We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0ce01 commit 6178605Copy full SHA for 6178605
setup.py
@@ -20,7 +20,7 @@ def main():
20
long_description_content_type="text/markdown",
21
keywords=app.__keywords__,
22
url=app.__url__,
23
- download_url=f"https://github.com/PySimpleSQL/pysimplesql/archive/refs/tags/{app.__version__}.tar.gz",
+ download_url=f"https://github.com/PySimpleSQL/pysimplesql/archive/refs/tags/v{app.__version__}.tar.gz",
24
packages=find_packages(),
25
install_requires=app.__requires__,
26
extras_require=app.__extra_requires__,
0 commit comments