Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup.py now cleanly handles setup-time cython dependency (closes #768)
Customized setup-time dependency installation to work around setuptools' problematic behavior (closes #798) Modified lazy dependency scheme to be less hacky (we now subclass distutils.Distribution). Removed use of Cython's build_ext (redundant with cythonize): https://groups.google.com/forum/#!topic/cython-users/fBWLUSJWod0
- Loading branch information