Skip to main content

an alternative interface to package_data

Project description

=================
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 an
additional argument to setup`s setup_requires function, and an
additional 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 with
the existing values.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

setuptools-parcels-0.0.8.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

setuptools_parcels-0.0.8-py2.py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page