[Distutils] Missing options for setuptools develop

Phillip J. Eby pje at telecommunity.com
Thu Jun 28 23:14:34 CEST 2007


At 07:58 PM 6/28/2007 +0100, Jamie Kirkpatrick wrote:
>Currently there is no way to pass custom options through setuptools
>"develop" to distutils build_ext.

Did you try this:

    setup.py build_ext --debug develop

setuptools' build_ext command doesn't rebuild an existing extension 
built in the build/ directory, even when doing an --inplace build (as 
it does for "develop").



More information about the Distutils-SIG mailing list