fix: updated keywords

This commit is contained in:
mzwiessele 2017-04-12 11:53:05 +01:00
parent a5ba3057ec
commit 480aedb74a
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,7 @@
'''
Created on Aug 27, 2014
@author: t-mazwie
@author: Max Zwiessele
'''
import logging
import numpy as np

View file

@ -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',
]
)