From b369ee2075a80960a3e8403eb69fce3b91ede4c1 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Sat, 28 Sep 2019 12:59:53 +0200 Subject: [PATCH] Added production/stable dev status classifier. [ci skip] --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1d5db35..d3f862d 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ setup(name='plone.app.discussion', long_description=open('README.rst').read() + '\n' + open('CHANGES.rst').read(), classifiers=[ + 'Development Status :: 5 - Production/Stable', 'Framework :: Plone', 'Framework :: Plone :: 5.2', 'License :: OSI Approved :: GNU General Public License (GPL)',