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