Changed author to generic email address

This commit is contained in:
Mike Croucher 2015-09-09 13:56:54 +01:00
parent 850708f5cc
commit d573ed6802

View file

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