mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 05:22:38 +02:00
fix: updated keywords
This commit is contained in:
parent
a5ba3057ec
commit
480aedb74a
2 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
'''
|
'''
|
||||||
Created on Aug 27, 2014
|
Created on Aug 27, 2014
|
||||||
|
|
||||||
@author: t-mazwie
|
@author: Max Zwiessele
|
||||||
'''
|
'''
|
||||||
import logging
|
import logging
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
|
||||||
7
setup.py
7
setup.py
|
|
@ -170,8 +170,13 @@ setup(name = 'GPy',
|
||||||
'Operating System :: POSIX :: Linux',
|
'Operating System :: POSIX :: Linux',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4',
|
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Framework :: IPython',
|
||||||
|
'Intended Audience :: Science/Research',
|
||||||
|
'Intended Audience :: Developers',
|
||||||
|
'Topic :: Software Development',
|
||||||
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue