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 eric.araujo
Recipients alexis, eric.araujo, tarek
Date 2011-09-03.15:07:46
SpamBayes Score 3.3844312e-06
Marked as misclassified No
Message-id <1315062467.17.0.194525671954.issue12891@psf.upfronthosting.co.za>
In-reply-to
Content
With distutils2/packaging, extra files to be included in sdists are defined in setup.cfg, no more in a manifest template.  However, the Manifest class and the sdist command still have code to deal with manifest templates.  I propose to remove it.
History
Date User Action Args
2011-09-03 15:07:47eric.araujosetrecipients: + eric.araujo, tarek, alexis
2011-09-03 15:07:47eric.araujosetmessageid: <1315062467.17.0.194525671954.issue12891@psf.upfronthosting.co.za>
2011-09-03 15:07:46eric.araujolinkissue12891 messages
2011-09-03 15:07:46eric.araujocreate