From 25db5a27ab7d4177591a96ca9228ae198adc550d Mon Sep 17 00:00:00 2001 From: Elias Dorneles Date: Sun, 23 Aug 2015 19:04:18 -0300 Subject: [PATCH] updating classifiers in setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79d197ac..a4280f1a 100644 --- a/setup.py +++ b/setup.py @@ -38,10 +38,11 @@ zip_safe=False, keywords='parsel', classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Natural Language :: English', + 'Topic :: Text Processing :: Markup', "Programming Language :: Python :: 2", 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3',