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.

classification
Title: Implement the setup.py -> setup.cfg in mkcfg
Type: enhancement Stage: resolved
Components: Distutils2 Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: tarek Nosy List: alaintty, eric.araujo, tarek, tarek-ziade
Priority: normal Keywords:

Created on 2011-01-27 14:45 by alaintty, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg127197 - (view) Author: alain tty (alaintty) Date: 2011-01-27 14:45
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.
msg137978 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-09 14:51
This is now implemented in packaging.create.MainProgram.convert_py_to_cfg.
History
Date User Action Args
2022-04-11 14:57:11adminsetgithub: 55237
2011-06-09 14:51:10eric.araujosetstatus: open -> closed
versions: + Python 3.3
messages: + msg137978

resolution: fixed
stage: resolved
2011-01-27 14:45:08alainttycreate