[Distutils] Egg name computation
PJ Eby
pje at telecommunity.com
Mon Oct 28 23:50:01 CET 2013
On Mon, Oct 28, 2013 at 4:29 AM, Martin Fiers
<martin.fiers at intec.ugent.be> 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.
More information about the Distutils-SIG
mailing list