diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-03-20 17:06:47 +0100 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-03-20 17:06:47 +0100 |
| commit | 9f145b19dcf9f32b33caff97143a9dd02decb23b (patch) | |
| tree | 7e1fe3c249f58aa6d8ad0415e2e8880e96e600c4 /pyproject.toml | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..66791a2 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "naloga2" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [] |
