diff options
author | Jordan <me@jordan.im> | 2022-09-15 21:17:36 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-09-15 21:17:36 -0700 |
commit | 32a5cee78d0a438b042d63aca60a9d00272c545a (patch) | |
tree | 3af037624ce4b798cb138060fbf68609a83b3e80 | |
parent | a53d2abdfe27f582488fa3d1324dffb177fb95e6 (diff) | |
download | koya-32a5cee78d0a438b042d63aca60a9d00272c545a.tar.gz koya-32a5cee78d0a438b042d63aca60a9d00272c545a.zip |
setup: add version
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' ) |