add pyproject.toml for build dependency management

This commit is contained in:
Florian Knoop 2019-08-01 13:52:35 +02:00
parent 59dfdd2a4f
commit 37574e7b41
1 changed files with 2 additions and 0 deletions

2
pyproject.toml Normal file
View File

@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "numpy"]