Publish package to pypi

This commit is contained in:
Xoconoch
2025-08-15 19:51:54 -05:00
parent ff8e63e8c0
commit 11564b0543
5 changed files with 63 additions and 0 deletions

3
pyproject.toml Normal file
View File

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