Re: [Distutils] Distutils question

2017-07-09 Thread Daniel Holth
Great, thanks! It looks like out of tree builds are supported fine even in distutils. Properly written extensions will also find the build directory as a property of the build command. There should be no barrier to using the single build wheel function for the pep. On Sun, Jul 9, 2017, 10:33

Re: [Distutils] Distutils question

2017-07-09 Thread Jeremy Kloth
On Sat, Jul 8, 2017 at 9:09 PM, Daniel Holth wrote: > Unrelated to pep 517, remind me whether when invoking setup.py build -b > dir bdist, if the -b argument passed to the build command is supposed to > affect the build command run as a subcommand of bdist? Asking for a friend

[Distutils] Distutils question

2017-07-08 Thread Daniel Holth
Unrelated to pep 517, remind me whether when invoking setup.py build -b dir bdist, if the -b argument passed to the build command is supposed to affect the build command run as a subcommand of bdist? Asking for a friend  On Sat, Jul 8, 2017, 11:17 Jeremy Kloth wrote: >