Setuptools Parcels 0.0.8 | Coderz Repository

setuptools-parcels 0.0.8

Last updated:

0 purchases

setuptools-parcels 0.0.8 Image
setuptools-parcels 0.0.8 Images

Free

Languages

Categories

Add to Cart

Description:

setuptoolsparcels 0.0.8

=================setuptools-parcels=================An alternative syntaxt to setuptools package_data argument.Improvements over package_data include:* simple way to include all non-python files found in packages-----Usage-----You can use setuptools-parcels by including it in your setup.py, as anadditional argument to setup`s setup_requires function, and anadditional parcels parameter:.. code:: python setup(... # add it here setup_reqires=["setuptools-parcels", "vcver"], parcels={} )Without any configuration, parcels will search through all packages,find any non-python files, and include those.If the package_data is present, parcels will merge it's additions withthe existing values.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.