Skip to content

Commit 8535dcb

Browse files
author
Abhishek Singh
committed
Updated setup.py with correct classifiers
1 parent 7378e05 commit 8535dcb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@
2323

2424

2525
classifiers = [
26-
'Development Status :: 4 - Beta',
26+
'Development Status :: 5 - Production/Stable',
2727
'Intended Audience :: Education',
2828
'Intended Audience :: Developers',
2929
'Intended Audience :: Science/Research',
3030
'Topic :: Text Processing :: Linguistic',
3131
'Topic :: Text Processing :: Indexing',
3232
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
33-
'Programming Language :: Python :: 2.7',
34-
'Programming Language :: Python :: 3.5',
3533
'Programming Language :: Python :: 3.6',
3634
'Programming Language :: Python :: 3.7',
3735
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)