From 0793361d90692cdfec5c8ca38eec101761646a6a Mon Sep 17 00:00:00 2001 From: kakwa Date: Sat, 9 Feb 2019 20:19:57 +0100 Subject: [PATCH] switch to "stable" in setup.py troves --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55d0383..b703e8b 100755 --- a/setup.py +++ b/setup.py @@ -135,7 +135,7 @@ setup( tests_require=['pytest', 'pep8', 'pytidylib'], cmdclass={'test': PyTest}, classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: CherryPy', 'Intended Audience :: System Administrators',