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 steve.dower
Recipients BreamoreBoy, Michael.Clerx, dstufft, eric.araujo, indygreg, steve.dower
Date 2015-03-09.13:10:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425906617.32.0.0680538416674.issue23246@psf.upfronthosting.co.za>
In-reply-to
Content
Setuptools just does a monkey patch of distutils, so importing it is sufficient. Or you can find the patching in the setuptools source and copy it into your setup.py file.
History
Date User Action Args
2015-03-09 13:10:17steve.dowersetrecipients: + steve.dower, eric.araujo, BreamoreBoy, dstufft, indygreg, Michael.Clerx
2015-03-09 13:10:17steve.dowersetmessageid: <1425906617.32.0.0680538416674.issue23246@psf.upfronthosting.co.za>
2015-03-09 13:10:17steve.dowerlinkissue23246 messages
2015-03-09 13:10:17steve.dowercreate