From d573ed6802668f4b278cb6c2f91194b5a54b2aa7 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Wed, 9 Sep 2015 13:56:54 +0100 Subject: [PATCH 1/2] 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", From 28a4c506dfd2373ee9d60b9d87ee45303ffa520d Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Wed, 9 Sep 2015 13:58:00 +0100 Subject: [PATCH 2/2] Added universal wheels --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3f97bf00..65251f03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,5 @@ commit = True [bumpversion:file:GPy/__version__.py] +[bdist_wheel] +universal = 1