summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-01-03 05:25:09 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-01-03 05:25:09 -0800
commit23f272ae2940bc5c3e7b5e437e866af88a466ceb (patch)
treec3cb92fda566b12a41b270dc966586797b9f9704 /setup.py
parentb4541a58347f92258907ca2f2caa4e2051350264 (diff)
downloaduwsgi-23f272ae2940bc5c3e7b5e437e866af88a466ceb.tar.gz
Add classifier to document uWSGI is stable and ready for production
Helps users know, at a glance, that uWSGI is actively maintained and suitable for production.
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 86867985..167f7206 100644
--- a/setup.py
+++ b/setup.py
@@ -134,6 +134,7 @@ setup(
py_modules=['uwsgidecorators'],
distclass=uWSGIDistribution,
classifiers=[
+ 'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',