Pip package setup

This commit is contained in:
2025-06-05 11:04:44 -04:00
parent f071e93f61
commit 69d5d6f6b2
8 changed files with 206 additions and 242 deletions

6
pyproject.toml Normal file
View File

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