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 Decorater
Recipients Decorater, berker.peksag, dstufft, eric.araujo, lemburg
Date 2016-12-30.20:19:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483129183.36.0.410461991896.issue29115@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with setuptools on that is that they export their setup like so which uses the distutils setup by doing:

setup = distutils.core.setup. That is how they are doing it.
History
Date User Action Args
2016-12-30 20:19:43Decoratersetrecipients: + Decorater, lemburg, eric.araujo, berker.peksag, dstufft
2016-12-30 20:19:43Decoratersetmessageid: <1483129183.36.0.410461991896.issue29115@psf.upfronthosting.co.za>
2016-12-30 20:19:43Decoraterlinkissue29115 messages
2016-12-30 20:19:43Decoratercreate