On Mon, Oct 28, 2013 at 4:29 AM, Martin Fiers <[email protected]> wrote: > I guess we'll have to > rename them manually after the setup() function, unless there's a way to > 'force' setup() to 'think' it has compiled extensions in them?
You could include a dummy extension that does nothing, I suppose. Or which controls the building of your actual extensions. Setuptools has long supported Pyrex and I think that Cython might also work, i.e., that you could just specify your cython modules as extensions in setup.py to start with. _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
