Skip to content

setup.py: load lazily cython

username-removed-785371 requested to merge hguemar/maggit:improve_setup into master

Maggit requires Cython to be available during build time. Which prevents automated deployment using pip, as pip has no ordered installation support. We lazily load cythonize in order to let setuptools installing Cython first.

Merge request reports