diff options
author | mia <mia@mia.jetzt> | 2024-04-24 22:44:53 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-04-24 22:44:53 -0700 |
commit | 7a7bb361396e03707f1f12b10fb61f5d31d91280 (patch) | |
tree | 260b69dfa6d5d94810b4c833728e578a9e6a58c3 /pyproject.toml | |
download | zoner-7a7bb361396e03707f1f12b10fb61f5d31d91280.tar.gz zoner-7a7bb361396e03707f1f12b10fb61f5d31d91280.zip |
initial commit
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..98d75e4 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "zoner" +version = "1" +dependencies = ["requests"] + +[project.scripts] +zoner = "zoner:main" |