Skip to content

Commit 6178605

Browse files
committed
Download link didn't quite work. I think I have it now!
1 parent 6e0ce01 commit 6178605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main():
2020
long_description_content_type="text/markdown",
2121
keywords=app.__keywords__,
2222
url=app.__url__,
23-
download_url=f"https://github.com/PySimpleSQL/pysimplesql/archive/refs/tags/{app.__version__}.tar.gz",
23+
download_url=f"https://github.com/PySimpleSQL/pysimplesql/archive/refs/tags/v{app.__version__}.tar.gz",
2424
packages=find_packages(),
2525
install_requires=app.__requires__,
2626
extras_require=app.__extra_requires__,

0 commit comments

Comments
 (0)