setuptools-parcels 0.0.8

Creator: bigcodingguy24

Last updated:

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.

Customer Reviews

There are no reviews.