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',