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.
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:11 | admin | set | github: 55237 |
| 2011年06月09日 14:51:10 | eric.araujo | set | status: open -> closed versions: + Python 3.3 messages: + msg137978 resolution: fixed stage: resolved |
| 2011年01月27日 14:45:08 | alaintty | create | |