From 93d263666471b220880511a97aa3ee077bfd2910 Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Mon, 28 Nov 2011 13:32:42 -0800 Subject: Add the "Production" trove classifier. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 25ed5af..d3dc7c9 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ setup( classifiers=[ 'Intended Audience :: Developers', 'Natural Language :: English', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Environment :: Console :: Curses', 'License :: OSI Approved :: MIT License', -- cgit v1.2.1