aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-09-15 21:17:36 -0700
committerJordan <me@jordan.im>2022-09-15 21:17:36 -0700
commit32a5cee78d0a438b042d63aca60a9d00272c545a (patch)
tree3af037624ce4b798cb138060fbf68609a83b3e80
parenta53d2abdfe27f582488fa3d1324dffb177fb95e6 (diff)
downloadkoya-32a5cee78d0a438b042d63aca60a9d00272c545a.tar.gz
koya-32a5cee78d0a438b042d63aca60a9d00272c545a.zip
setup: add version
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6b35b3f..6771d5a 100644
--- a/setup.py
+++ b/setup.py
@@ -10,5 +10,6 @@ setup(
description="Archive git repositories from sourcehut user accounts",
license="Unlicense",
scripts=["koya"],
- install_requires=["requests"]
+ install_requires=["requests"],
+ version='0.0.1'
)