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",