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 | f37c00f1f380408c1d2941c81e9fc7b4d9ab5aa9 (patch) | |
tree | 4c0690e12012068bab21f40d887ae5bebecb2e8f /2024/08 | |
parent | d736adee11d742724115bcd931320c8312988699 (diff) | |
download | aoc-f37c00f1f380408c1d2941c81e9fc7b4d9ab5aa9.tar.gz aoc-f37c00f1f380408c1d2941c81e9fc7b4d9ab5aa9.zip |
generate many pyproject.toml
Diffstat (limited to '2024/08')
-rw-r--r-- | 2024/08/python/pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/08/python/pyproject.toml b/2024/08/python/pyproject.toml new file mode 100644 index 0000000..e00a133 --- /dev/null +++ b/2024/08/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-08" +version = "0.1.0" +description = "advent of code 2024-08" +requires-python = ">=3.13" +dependencies = [] |