Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
build_requires
with setup_requires
keyword
setuptools doesn't have `build_requires` keyword. By using the `setup_requires` keyword, `pip install --use-pep517` will be able to install Cython before building package.
- Loading branch information