Update setup.py

This commit is contained in:
Mike Croucher 2016-10-25 14:08:00 +01:00 committed by GitHub
parent b56ec9a265
commit a94d26d85d

View file

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