From 2e8d42db790dfe9ed8627aefd5501c2cf3ee0fb9 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 8 Jul 2019 11:25:40 +0100 Subject: [PATCH] setup.py Update classifiers --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0583e3f..0a78b58 100644 --- a/setup.py +++ b/setup.py @@ -98,10 +98,11 @@ params = dict( }, # https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: Apache Software License', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', ], )