From a94d26d85d1d88ffbdf1fd6a07d19d6fb4c1d819 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Tue, 25 Oct 2016 14:08:00 +0100 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 942cf93c..2f1dc25f 100644 --- a/setup.py +++ b/setup.py @@ -113,6 +113,7 @@ setup(name = 'GPy', license = "BSD 3-clause", keywords = "machine-learning gaussian-processes kernels", url = "http://sheffieldml.github.com/GPy/", + download_url='https://github.com/SheffieldML/GPy/', ext_modules = ext_mods, packages = ["GPy", "GPy.core",