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 tarek
Recipients tarek
Date 2010-05-10.21:39:30
SpamBayes Score 0.00057935755
Marked as misclassified No
Message-id <1273527573.05.0.844239277503.issue8679@psf.upfronthosting.co.za>
In-reply-to
Content
write a script that converts a distutils or setuptools based setup.py script into a distutils2 one.

This script will need to parse the AST and generate a new setup.py, using a few transformation rules.
History
Date User Action Args
2010-05-10 21:39:33tareksetrecipients: + tarek
2010-05-10 21:39:33tareksetmessageid: <1273527573.05.0.844239277503.issue8679@psf.upfronthosting.co.za>
2010-05-10 21:39:31tareklinkissue8679 messages
2010-05-10 21:39:31tarekcreate