pyproject.toml hinzugefügt

Signed-off-by: flj <flj@noreply.localhost>
This commit is contained in:
flj
2025-11-18 16:11:11 +01:00
parent 8ab5e34bc2
commit 51389ae5d1

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[project]
name = "TEMPLATE-PYTHON"
version = "0.0.0"
description = "TEMPLATE-PYTHON"
requires-python = ">=3.14"
dependencies = []