setuptools + data_files = 2
luc2
luc2 at nospam.invalid
Fri Oct 24 07:39:41 EDT 2014
More information about the Python-list mailing list
Fri Oct 24 07:39:41 EDT 2014
- Previous message (by thread): setuptools + data_files = 2
- Next message (by thread): I am out of trial and error again Lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2014-10-23, Simon Kennedy <sffjunkie at gmail.com> wrote: > If you're creating an sdist then you'll need to create a MANIFEST.in > file in the same folder as setup.py with the following contents > > include share/test_file.txt > > If you're creating a bdist (egg or wheel) the parameter name you need > is > > package_data={'share': [share/test_file.txt]}, thanks man.
- Previous message (by thread): setuptools + data_files = 2
- Next message (by thread): I am out of trial and error again Lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list