Message105505
The sdist command in distutils calculates the MANIFEST file from a template (by default MANIFEST.in).
The code in sdist assumes that the contents of MANIFEST only depends on MANIFEST.in and setup.py, which can cause files to be missed when building an sdist.
In particular: given a MANIFEST.in file that includes all documentation in a 'Doc' subdirectory, using"recursive-include Doc *.txt" in the template, the MANIFEST won't get regenerated when a new file is added to the documentation subdirectory and hence that new file is not included in sdist distributions. |
|
Date |
User |
Action |
Args |
2010-05-11 12:32:49 | ronaldoussoren | set | recipients:
+ ronaldoussoren, tarek |
2010-05-11 12:32:48 | ronaldoussoren | set | messageid: <1273581168.94.0.337026684583.issue8688@psf.upfronthosting.co.za> |
2010-05-11 12:32:46 | ronaldoussoren | link | issue8688 messages |
2010-05-11 12:32:46 | ronaldoussoren | create | |
|