From 6dbd63cefa30a585714ac4bb75efe8025ae979ab Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 8 Nov 2015 11:30:19 -0800 Subject: [PATCH] add a couple more setup.py trove classifiers whynot --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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', ]