From 0439f0ca8ef0ae25bd22ffac6b1d5897ac24605b Mon Sep 17 00:00:00 2001 From: Erik Stein Date: Fri, 29 Sep 2017 13:05:43 +0200 Subject: [PATCH] Development status classifier. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a936914..bceaff0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( 'translitcodec', ], classifiers=[ - 'Development Status :: 5 - Production/Stable', + # 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',