Open eriknw opened 10 years ago
Right now, Cython files are compiled via pyximport. This is very convenient, but doesn't allow custom builds. It should be possible to build Cython files as is typically done using "setup.py".
pyximport
Right now, Cython files are compiled via
pyximport
. This is very convenient, but doesn't allow custom builds. It should be possible to build Cython files as is typically done using "setup.py".