Create pyproject.toml

This commit is contained in:
Sean Greaves
2024-10-22 15:50:34 +01:00
committed by GitHub
parent 3ae71b30e6
commit 0452bd8ebd

3
pyproject.toml Normal file
View File

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