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 Julien.Miotte, eric.araujo, gotcha, tarek, vstinner
Date 2011-02-02.20:34:05
SpamBayes Score 9.913315e-05
Marked as misclassified No
Message-id <1296678845.91.0.855798615311.issue11092@psf.upfronthosting.co.za>
In-reply-to
Content
No, because setup.cfg should always be included.  That’s a real bug.  In distutils1, test/*.py and README[.txt] were also included; the commit that changed that (374f93ab103c) introduced this bug:

-        optional = ['test/test*.py', 'setup.cfg']
-        for pattern in optional:
-            files = filter(os.path.isfile, glob(pattern))
-            if files:
-                self.filelist.extend(files)

I think setup.cfg should always be included if it exists; I’m not sure about setup.py, you may want to ask on the ML.
History
Date User Action Args
2011-02-02 20:34:06eric.araujosetrecipients: + eric.araujo, vstinner, tarek, Julien.Miotte, gotcha
2011-02-02 20:34:05eric.araujosetmessageid: <1296678845.91.0.855798615311.issue11092@psf.upfronthosting.co.za>
2011-02-02 20:34:05eric.araujolinkissue11092 messages
2011-02-02 20:34:05eric.araujocreate