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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file setuptools-parcels-0.0.8.tar.gz
.
File metadata
- Download URL: setuptools-parcels-0.0.8.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cebbefb971524ec44ca4f0d23d60d2cd0ffae4295e09031876dd9651144408d |
|
MD5 | 69abccf990ec578c3c4f1a766fbe8c56 |
|
BLAKE2b-256 | f5044aed2af6321798c18617447f2c3de6de9ff84dea38406c0093a1d33a7def |
File details
Details for the file setuptools_parcels-0.0.8-py2.py3-none-any.whl
.
File metadata
- Download URL: setuptools_parcels-0.0.8-py2.py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 336d81092226b3d473943dc2714cb9afba5dff724e909833f62c6d7af0335c06 |
|
MD5 | 2579075a822e172641e913c4703d2ef3 |
|
BLAKE2b-256 | 78e905d1d86ad1360426bbee2edede4d5579be03fa637fcc37a4f5307c4375e0 |