Re: [Cython] import-free setuptools integration

2016-02-12 Thread Nils Werner
be changed (the additional keyword argument and the command class have been appended to the GitHub PR). On Sun, Feb 7, 2016 at 9:38 PM, Greg Ewing wrote: > Nils Werner wrote: > >> - Having `cythonize()` internally automatically compile *.pyx files when >> *.c files >>are

[Cython] import-free setuptools integration

2016-02-06 Thread Nils Werner
I have implemented some very simple setuptools integration that circumvents the requirement to `import cython` in `setup.py` entirely, doing away with the century-old problem of having to importing requirements during installation: This implementation i