From 4a591d8893333780905e999710107abb36f14046 Mon Sep 17 00:00:00 2001 From: WOBBLEFANG THE THIRD Date: Fri, 23 Jan 2026 10:53:58 +0100 Subject: [PATCH] chore: init --- 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..8b8d32e --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "pyt1" +version = "0.1.0" +description = "Add your description here" +requires-python = ">=3.13" +dependencies = []