Implement PEP518

This commit is contained in:
Jerome Kieffer 2018-01-19 11:09:03 +01:00
parent 3feb41d0e3
commit b3c9b200f0
1 changed files with 9 additions and 0 deletions

9
pyproject.toml Normal file
View File

@ -0,0 +1,9 @@
[build-system]
requires = [
"wheel",
"setuptools",
"numpy",
"scipy",
"sphinx",
"Cython>=0.25"
]