From 51389ae5d1dc3c07272d00969502391e2eb47863 Mon Sep 17 00:00:00 2001 From: flj Date: Tue, 18 Nov 2025 16:11:11 +0100 Subject: [PATCH] =?UTF-8?q?pyproject.toml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: flj --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..a610d8b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "TEMPLATE-PYTHON" +version = "0.0.0" +description = "TEMPLATE-PYTHON" +requires-python = ">=3.14" +dependencies = [] \ No newline at end of file