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.

Author alaintty
Recipients alaintty, eric.araujo, tarek, tarek-ziade
Date 2011-01-27.14:45:08
SpamBayes Score 3.3605384e-06
Marked as misclassified No
Message-id <1296139508.67.0.695480903327.issue11028@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-01-27 14:45:08alainttysetrecipients: + alaintty, tarek-ziade, tarek, eric.araujo
2011-01-27 14:45:08alainttysetmessageid: <1296139508.67.0.695480903327.issue11028@psf.upfronthosting.co.za>
2011-01-27 14:45:08alainttylinkissue11028 messages
2011-01-27 14:45:08alainttycreate