diff --git a/setup.cfg b/setup.cfg index 5fb9212e..70776c3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,5 @@ commit = True [bumpversion:file:GPy/__version__.py] +[bdist_wheel] +universal = 1 diff --git a/setup.py b/setup.py index bf03876e..7cd98ba1 100644 --- a/setup.py +++ b/setup.py @@ -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",