Merge pull request #239 from litghost/add_pyproject

Add pyproject.yaml.
This commit is contained in:
Jacob Alexander
2020-12-16 13:12:27 -08:00
committed by GitHub

2
pyproject.toml Normal file
View File

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