[New-bugs-announce] [issue11092] Setup.cfg isn't packaged when running sdist

Julien Miotte report at bugs.python.org
Tue Feb 1 18:42:36 CET 2011


New submission from Julien Miotte <miotte.julien at gmail.com>:

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-1.0.tar.gz

What happens: The archive doesn't contain the setup.cfg file.

----------
assignee: tarek
components: Distutils2
messages: 127705
nosy: Julien.Miotte, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: Setup.cfg isn't packaged when running sdist
versions: 3rd party

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11092>
_______________________________________


More information about the New-bugs-announce mailing list