From 8535dcb1ec692dee588d4eff31f8d24cc31d1d95 Mon Sep 17 00:00:00 2001 From: Abhishek Singh Date: Sat, 15 Aug 2020 13:30:28 -0700 Subject: [PATCH] Updated setup.py with correct classifiers --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c650b53..837cc11 100644 --- a/setup.py +++ b/setup.py @@ -23,15 +23,13 @@ classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Education', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'Topic :: Text Processing :: Linguistic', 'Topic :: Text Processing :: Indexing', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',