We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e54b8b commit 2c41039Copy full SHA for 2c41039
setup.py
@@ -15,7 +15,7 @@ def read(filename):
15
maintainer="Tom Arnfeld",
16
maintainer_email="tom@duedil.com",
17
url="https://github.com/duedil-ltd/python-lzo-indexer",
18
- download_url="https://github.com/duedil-ltd/python-lzo-indexer/archive/release-0.0.1.zip",
+ download_url="https://github.com/duedil-ltd/python-lzo-indexer/archive/0.0.1.tar.gz",
19
license=read("LICENSE"),
20
packages=["lzo_indexer"],
21
scripts=["bin/lzo-indexer"],
0 commit comments