summaryrefslogtreecommitdiff
path: root/2024/19/python
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-04-30 21:50:43 +0100
committermhsn <mail@mhsn.net>2025-04-30 21:50:43 +0100
commitf37c00f1f380408c1d2941c81e9fc7b4d9ab5aa9 (patch)
tree4c0690e12012068bab21f40d887ae5bebecb2e8f /2024/19/python
parentd736adee11d742724115bcd931320c8312988699 (diff)
downloadaoc-f37c00f1f380408c1d2941c81e9fc7b4d9ab5aa9.tar.gz
aoc-f37c00f1f380408c1d2941c81e9fc7b4d9ab5aa9.zip
generate many pyproject.toml
Diffstat (limited to '2024/19/python')
-rw-r--r--2024/19/python/pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/19/python/pyproject.toml b/2024/19/python/pyproject.toml
new file mode 100644
index 0000000..539ef74
--- /dev/null
+++ b/2024/19/python/pyproject.toml
@@ -0,0 +1,6 @@
+[project]
+name = "aoc-2024-19"
+version = "0.1.0"
+description = "advent of code 2024-19"
+requires-python = ">=3.13"
+dependencies = []