1 Nov 2009 09:32
[Cython] [patch] Optional setuptools-based cython build
Hi, I needed to be able to build an egg for cython on windows, and thought it could be interesting to integrate it to cython sources. Besides an egg, it provides cython as a console_script, which is easier to handle on windows. The patch is minimal and non invasive, as by default, setuptools is *not* run if you use setup.py. I attached the patch here (I can't connect to trac ATM), cheers, David
Hi, I needed to be able to build an egg for cython on windows, and thought it could be interesting to integrate it to cython sources. Besides an egg, it provides cython as a console_script, which is easier to handle on windows. The patch is minimal and non invasive, as by default, setuptools is *not* run if you use setup.py. I attached the patch here (I can't connect to trac ATM), cheers,(Continue reading)
RSS Feed