Add pyproject.toml to conform with new deprecation.

This commit is contained in:
Jennifer Taylor
2025-08-12 03:01:20 +00:00
parent ed58fc59d7
commit 98d245f824

3
pyproject.toml Normal file
View File

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