This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gsakkis
Recipients dripton, gsakkis, tarek
Date 2009-02-14.00:06:05
SpamBayes Score 1.6605167e-05
Marked as misclassified No
Message-id <1234569967.21.0.0493992199692.issue2279@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't mean to imply that automagic discovery based on external
version control software is better than MANIFEST.in; I favor
explicitness here as well. It's just that this information can (and
often has to) be duplicated in setup.py as 'package_data' or
'data_files'. For cases that package_data/data_files are not enough,
setup.py should be extended to handle them, instead of requiring to
write and keep in sync a separate file with its own mini syntax.
History
Date User Action Args
2009-02-14 00:06:07gsakkissetrecipients: + gsakkis, dripton, tarek
2009-02-14 00:06:07gsakkissetmessageid: <1234569967.21.0.0493992199692.issue2279@psf.upfronthosting.co.za>
2009-02-14 00:06:05gsakkislinkissue2279 messages
2009-02-14 00:06:05gsakkiscreate