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 eric.araujo
Recipients EWDurbin, dstufft, eric.araujo
Date 2017-12-12.22:58:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513119495.98.0.213398074469.issue32295@psf.upfronthosting.co.za>
In-reply-to
Content
The devs probably choose to use distutils.Command as base class for maximum compatibility, but I suspect 99.99% of users use the setuptools integration (entry points https://github.com/pypa/wheel/blob/3a87ecebaba765475392ae2cdfa2a51cb78360e0/setup.py#L53-L54 ) rather that distutils integration (explicit cmd_class setting in setup.py or --command-packages on the command line)

I’m inclined to reject the special case in distutils and encourage you to send the patch to setuptools (a similar PR, not option 1 or 2).
History
Date User Action Args
2017-12-12 22:58:16eric.araujosetrecipients: + eric.araujo, dstufft, EWDurbin
2017-12-12 22:58:15eric.araujosetmessageid: <1513119495.98.0.213398074469.issue32295@psf.upfronthosting.co.za>
2017-12-12 22:58:15eric.araujolinkissue32295 messages
2017-12-12 22:58:15eric.araujocreate