mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
Changed author to generic email address
This commit is contained in:
parent
850708f5cc
commit
d573ed6802
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue