diff --git a/setup.py b/setup.py index 2833c54..dffa9cd 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def run(self): import urllib.request urlretrieve = urllib.request.urlretrieve # fetch and unpack the archive. Not the nicest way... - urlretrieve("http://pub.ist.ac.at/~vnk/software/QPBO-v1.3.src.tar.gz", + urlretrieve("https://nanonets.s3.us-west-2.amazonaws.com/QPBO-v1.3.src.tar.gz", "QPBO-v1.3.src.tar.gz") tfile = tarfile.open("QPBO-v1.3.src.tar.gz", 'r:gz') tfile.extractall('.')