summaryrefslogtreecommitdiff
path: root/2024/20/python/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to '2024/20/python/pyproject.toml')
-rw-r--r--2024/20/python/pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/20/python/pyproject.toml b/2024/20/python/pyproject.toml
new file mode 100644
index 0000000..4031bd1
--- /dev/null
+++ b/2024/20/python/pyproject.toml
@@ -0,0 +1,6 @@
+[project]
+name = "aoc-2024-20"
+version = "0.1.0"
+description = "advent of code 2024-20"
+requires-python = ">=3.13"
+dependencies = []