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 dripton
Recipients dripton
Date 2008-03-12.14:53:30
SpamBayes Score 0.033954285
Marked as misclassified No
Message-id <1205333612.66.0.693918609529.issue2279@psf.upfronthosting.co.za>
In-reply-to
Content
distutils.sdist.add_defaults adds the Python modules and scripts and C
extensions found in setup.py to the MANIFEST.  It does *not* add
data_files mentioned in setup.py to the MANIFEST.

This is non-orthogonal and confusing, because it means that a
MANIFEST.in is required if you have data_files, optional if you do not.
 If you have data_files and do not have MANIFEST.in, you get a broken
package but no error.
History
Date User Action Args
2008-03-12 14:53:33driptonsetspambayes_score: 0.0339543 -> 0.033954285
recipients: + dripton
2008-03-12 14:53:32driptonsetspambayes_score: 0.0339543 -> 0.0339543
messageid: <1205333612.66.0.693918609529.issue2279@psf.upfronthosting.co.za>
2008-03-12 14:53:31driptonlinkissue2279 messages
2008-03-12 14:53:30driptoncreate