Éric Araujo <mer...@netwok.org> added the comment:

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.

----------
nosy: +gotcha

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to