Add pyproject.toml to fix Cython dependency issue

Signed-off-by: Dylan Ross <dylan.ross@carvesystems.com>
This commit is contained in:
Dylan Ross 2022-09-22 10:36:27 -04:00
parent 6b75402974
commit fad7c5cf39
No known key found for this signature in database
GPG Key ID: 9DA8DFEE464A7D62

3
pyproject.toml Normal file
View File

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