From 9219da52cd30b606261732b27f4de70df0d7ec8e Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Mon, 20 Jan 2020 10:08:16 +1100 Subject: [PATCH] Updated setup Development Status metadata to 5 - Production/Stable (was 4 - Beta). Signed-off-by: Brett Randall --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b76ddd3..f2675927 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from gunicorn import __version__ CLASSIFIERS = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Other Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License',