From 39504f3e9e98465b1a17d85e431034d1e389d0ed Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Wed, 9 Oct 2019 22:21:44 +0200 Subject: [PATCH] Added development status 5 production/stable to classifiers. [ci skip] --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4882d97..89d833b 100644 --- a/setup.py +++ b/setup.py @@ -107,6 +107,7 @@ def indent(line): description="Robot Framework testing resources for Plone", long_description=long_description, classifiers=[ + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Programming Language :: Python :: 2.7",