summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-28 13:32:42 -0800
committerErik Rose <erik@mozilla.com>2011-11-28 13:32:42 -0800
commit93d263666471b220880511a97aa3ee077bfd2910 (patch)
tree32eb2dfc66034da4188b66ad31371a6b7303ddd3 /setup.py
parent37ee22a14ac643223eca31fe9da19e67820458bf (diff)
downloadblessings-93d263666471b220880511a97aa3ee077bfd2910.tar.gz
Add the "Production" trove classifier.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',