[New-bugs-announce] [issue11028] Implement the setup.py -> setup.cfg in mkcfg

alain tty report at bugs.python.org
Thu Jan 27 15:45:08 CET 2011


New submission from alain tty <alaintty at gmail.com>:

It shall be interesting to simplify the building of the setup.cfg from an existing setup.py.
A distutils2.mkcfg.load_existing_setup_script function already exists but it raises NotImplementedError.
Since taking into account setuptools could be straightforward we propose to add a implementation that takes care of distutils arguments only.

----------
assignee: tarek
components: Distutils2
messages: 127197
nosy: alaintty, eric.araujo, tarek, tarek-ziade
priority: normal
severity: normal
status: open
title: Implement the setup.py -> setup.cfg in mkcfg
type: feature request

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


More information about the New-bugs-announce mailing list