From 384237683ae51e6842f484b546a090ca66d8ec4e Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 5 Jul 2019 11:20:16 +0200 Subject: update classifier + release text --- setup.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 89b43d9..ee32510 100755 --- a/setup.py +++ b/setup.py @@ -56,15 +56,24 @@ setup(name='POT', requires=["numpy","scipy","cython"], install_requires=["numpy","scipy","cython"], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', + 'Intended Audience :: Education', + 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: MIT License', 'Environment :: Console', 'Operating System :: OS Independent', 'Operating System :: MacOS', 'Operating System :: POSIX', 'Programming Language :: Python', + 'Programming Language :: C++', + 'Programming Language :: C', + 'Programming Language :: Cython', 'Topic :: Utilities', - 'Programming Language :: Python :: 2', + 'Topic :: Scientific/Engineering :: Artificial Intelligence', + 'Topic :: Scientific/Engineering :: Mathematics', + 'Topic :: Scientific/Engineering :: Information Analysis', + 'Programming Language :: Python :: 2',' 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', -- cgit v1.2.3