Create pyproject.toml

This commit is contained in:
Luke Southam 2022-12-12 18:22:49 +00:00 committed by GitHub
parent f811ab84be
commit 04812c7966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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", "Cython", "numpy"]