[issue11092] setup.cfg isn't packaged when running sdist

2011-06-07 Thread Éric Araujo
Éric Araujo added the comment: This is now fixed. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed title: Setup.cfg isn't packaged when running sdist -> setup.cfg isn't packaged when running sdist type: -> behavior versions: +Python 3.3 -3rd party ___

[issue11092] Setup.cfg isn't packaged when running sdist

2011-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5940d2d82dee by Éric Araujo in branch 'default': Fix sdist to always include setup.cfg (#11092), to comply with the spec http://hg.python.org/cpython/rev/5940d2d82dee -- nosy: +python-dev ___ Python trac

[issue11092] Setup.cfg isn't packaged when running sdist

2011-02-02 Thread Éric Araujo
Éric Araujo 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 p

[issue11092] Setup.cfg isn't packaged when running sdist

2011-02-01 Thread STINNER Victor
STINNER Victor added the comment: You can add it to MANIFEST.in. -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing

[issue11092] Setup.cfg isn't packaged when running sdist

2011-02-01 Thread Julien Miotte
New submission from Julien Miotte : Operating System: Ubuntu Maverick Version of Python: 2.6.6 Version of Distutils2: d355f123ac79 How to reproduce: Create a project bato with a setup.cfg, like this: [metadata] name = bato version = 1.0 Run: $ python -m distutils2.run sdist $ tar tf dist/bato-