Skip to content

Commit 05d7d9a

Browse files
committed
Changes the upstram URL
1 parent 20f2690 commit 05d7d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def platform_detection(install_binaries=True):
5656
# Set some variables (PKGBUILD inspired)
5757
DATA_FILES = platform_detection()
5858
VERSION = "1.2.13"
59-
URL = "https://github.com/StuntsPT/Structure_threader"
59+
URL = "https://gitlab.com/StuntsPT/Structure_threader"
6060

6161

6262
setup(
@@ -76,7 +76,7 @@ def platform_detection(install_binaries=True):
7676
description=("A program to parallelize runs of 'Structure', "
7777
"'fastStructure' and 'MavericK'."),
7878
url=URL,
79-
download_url="{0}/archive/v{1}.tar.gz".format(URL, VERSION),
79+
download_url="{0}/-/archive/{1}/Structure_threader-{1}.tar.gz".format(URL, VERSION),
8080
author="Francisco Pina-Martins",
8181
author_email="[email protected]",
8282
license="GPL3",

0 commit comments

Comments
 (0)