Commit fe019bbc authored by Simon Conseil's avatar Simon Conseil
Browse files

Add pyproject.toml file to replace setup_requires

parent 1da1e008
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ include README.rst
include CHANGELOG
include LICENSE
include tox.ini
include pyproject.toml

graft doc
graft lib

pyproject.toml

0 → 100644
+2 −0
Original line number Diff line number Diff line
[build-system]
requires = ["setuptools", "wheel", "numpy"]