[Distutils] A possible refactor/streamlining of PEP 517

Daniel Holth dholth at gmail.com
Fri Jul 7 22:57:46 EDT 2017


On Fri, Jul 7, 2017 at 9:23 AM Daniel Holth <dholth at gmail.com> wrote:

> FYI distutils supports out of tree builds too. It is the -b argument to
> 'setup.py build'.
>

And it works in bdist_wheel by adding half a dozen lines. It copies the -b
argument to the 'build' subcommand, so effectively you can put the ./build/
directory wherever you want. This will probably also solve other problems
people sometimes have with 'unclean' bdist_wheel builds. As a bonus it no
longer works in Python 2.6.

+1 on Thomas' added wording.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20170708/348c4a8b/attachment.html>


More information about the Distutils-SIG mailing list