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 20f2690 commit 05d7d9aCopy full SHA for 05d7d9a
setup.py
@@ -56,7 +56,7 @@ def platform_detection(install_binaries=True):
56
# Set some variables (PKGBUILD inspired)
57
DATA_FILES = platform_detection()
58
VERSION = "1.2.13"
59
-URL = "https://github.com/StuntsPT/Structure_threader"
+URL = "https://gitlab.com/StuntsPT/Structure_threader"
60
61
62
setup(
@@ -76,7 +76,7 @@ def platform_detection(install_binaries=True):
76
description=("A program to parallelize runs of 'Structure', "
77
"'fastStructure' and 'MavericK'."),
78
url=URL,
79
- download_url="{0}/archive/v{1}.tar.gz".format(URL, VERSION),
+ download_url="{0}/-/archive/{1}/Structure_threader-{1}.tar.gz".format(URL, VERSION),
80
author="Francisco Pina-Martins",
81
author_email="[email protected]",
82
license="GPL3",
0 commit comments