diff options
author | mhsn <mail@mhsn.net> | 2025-04-30 21:50:43 +0100 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-04-30 21:50:43 +0100 |
commit | ae3acaeb584becea70d584313fc2a249c229c0d9 (patch) | |
tree | 4c0690e12012068bab21f40d887ae5bebecb2e8f /2024/17 | |
parent | 4f9faaa646ba63cb4b6aa29738bbae7a6b4ff132 (diff) | |
download | aoc-ae3acaeb584becea70d584313fc2a249c229c0d9.tar.gz aoc-ae3acaeb584becea70d584313fc2a249c229c0d9.zip |
generate many pyproject.toml
Diffstat (limited to '2024/17')
-rw-r--r-- | 2024/17/python/pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/17/python/pyproject.toml b/2024/17/python/pyproject.toml new file mode 100644 index 0000000..daf149a --- /dev/null +++ b/2024/17/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-17" +version = "0.1.0" +description = "advent of code 2024-17" +requires-python = ">=3.13" +dependencies = [] |