First version

This commit is contained in:
2023-05-01 07:04:56 +02:00
parent e353306129
commit 20c5d9c4ba
8 changed files with 361 additions and 3 deletions

3
pyproject.toml Normal file
View File

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