From 9d1197e05d833686565066ff3307a7d4b9ca3054 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Sun, 26 Jun 2016 19:29:16 +0200 Subject: [PATCH] Update setup.py classifiers. We are now v1.0 and no longer beta. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8cc1bfff9..094bd837a6 100644 --- a/setup.py +++ b/setup.py @@ -283,7 +283,7 @@ def run(self): }, zip_safe=False, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators',