From db944629f33fe8295b4cf796b462721a82ef6ff1 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 8 Jul 2019 11:26:00 +0100 Subject: [PATCH] setup.py: Update classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16a5a263..daf5225b 100755 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ params = dict( }, # https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'License :: OSI Approved :: Apache Software License', 'Operating System :: POSIX :: Linux',