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