Merge branch 'master' of github.com:SheffieldML/GPy

This commit is contained in:
Max Zwiessele 2015-09-09 14:33:21 +01:00
commit 9fa57a26dd
2 changed files with 3 additions and 1 deletions

View file

@ -60,7 +60,7 @@ ext_mods = [Extension(name='GPy.kern._src.stationary_cython',
setup(name = 'GPy',
version = __version__,
author = read('AUTHORS.txt'),
author_email = "james.hensman@gmail.com",
author_email = "gpy.authors@gmail.com",
description = ("The Gaussian Process Toolbox"),
license = "BSD 3-clause",
keywords = "machine-learning gaussian-processes kernels",