From 480aedb74a56ddd849c8ad0a70ea1e9037b4b732 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Wed, 12 Apr 2017 11:53:05 +0100 Subject: [PATCH] fix: updated keywords --- GPy/util/normalizer.py | 2 +- setup.py | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/GPy/util/normalizer.py b/GPy/util/normalizer.py index 78ad945d..557d9825 100644 --- a/GPy/util/normalizer.py +++ b/GPy/util/normalizer.py @@ -1,7 +1,7 @@ ''' Created on Aug 27, 2014 -@author: t-mazwie +@author: Max Zwiessele ''' import logging import numpy as np diff --git a/setup.py b/setup.py index ec18c338..82bb5fc2 100644 --- a/setup.py +++ b/setup.py @@ -170,8 +170,13 @@ setup(name = 'GPy', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Framework :: IPython', + 'Intended Audience :: Science/Research', + 'Intended Audience :: Developers', + 'Topic :: Software Development', + 'Topic :: Software Development :: Libraries :: Python Modules', + ] )