Add pyproject.toml (#69)

* Add pyproject.toml

* No need to specify cython manually.

* We need cython for makefile.
This commit is contained in:
matham 2020-09-05 16:52:17 -04:00 committed by GitHub
parent 8e2d62c86e
commit ea4ef7c96d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
pyproject.toml Normal file
View File

@ -0,0 +1,5 @@
[build-system]
requires = [
"setuptools", "wheel",
"cython",
]