From d573ed6802668f4b278cb6c2f91194b5a54b2aa7 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Wed, 9 Sep 2015 13:56:54 +0100 Subject: [PATCH] Changed author to generic email address --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60d58ad8..86da6ff7 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,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",