diff --git a/setup.py b/setup.py index b69fc79..ceb3416 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,10 @@ setup(name='boltons', license=__license__, platforms='any', classifiers=[ + 'Topic :: Utilities', 'Intended Audience :: Developers', 'Topic :: Software Development :: Libraries', + 'Development Status :: 5 - Production/Stable', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', ]