🗝
about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authormia <mia@mia.jetzt>2024-04-24 22:44:53 -0700
committermia <mia@mia.jetzt>2024-04-24 22:44:53 -0700
commit7a7bb361396e03707f1f12b10fb61f5d31d91280 (patch)
tree260b69dfa6d5d94810b4c833728e578a9e6a58c3 /pyproject.toml
downloadzoner-7a7bb361396e03707f1f12b10fb61f5d31d91280.tar.gz
zoner-7a7bb361396e03707f1f12b10fb61f5d31d91280.zip
initial commit
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
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"