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 methane
Recipients Elvis Stansvik, dstufft, eric.araujo, estan, koobs, methane, ned.deily
Date 2017-07-19.09:05:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500455101.21.0.728349773692.issue29225@psf.upfronthosting.co.za>
In-reply-to
Content
I thought `inplace` option is for debugging/testing without install,
not for installing or packaging.

As far as document [1], `inplace=1` in `setup.cfg` is noticed as:

  "which is probably a bad idea for this option, since always building extensions in-place would break installation of the module distribution."

[1] https://docs.python.org/3.6/distutils/configfile.html#writing-the-setup-configuration-file

So I don't know we should fix this or prohibit this.
Is this works for commands other than `install`?  How about sdist and bdist_wheel?
History
Date User Action Args
2017-07-19 09:05:01methanesetrecipients: + methane, ned.deily, eric.araujo, koobs, dstufft, Elvis Stansvik, estan
2017-07-19 09:05:01methanesetmessageid: <1500455101.21.0.728349773692.issue29225@psf.upfronthosting.co.za>
2017-07-19 09:05:01methanelinkissue29225 messages
2017-07-19 09:05:00methanecreate