Merge pull request #76 from dross-carve/master

Add pyproject.toml to fix Cython dependency issue
This commit is contained in:
Chris PeBenito 2022-09-22 14:23:58 -04:00 committed by GitHub
commit cbf0b2f5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
pyproject.toml Normal file
View File

@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "Cython>=0.27"]
build-backend = "setuptools.build_meta"