From 66ed556fc6b5a607b9044e40b62a707ed88b5a59 Mon Sep 17 00:00:00 2001 From: Siddhant011 <117346483+Siddhant011@users.noreply.github.com> Date: Thu, 3 Nov 2022 14:12:13 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('.')