From 7ed49b250b1ac2ac44bc7a84f85a7aeb89a7b8b4 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Thu, 26 Mar 2020 22:38:32 +0100 Subject: [PATCH] Added Plone Core to classifiers in setup.py. [ci skip] --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a434aff..4bd8abc 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ setup(name='plone.app.discussion', 'Development Status :: 5 - Production/Stable', 'Framework :: Plone', 'Framework :: Plone :: 5.2', + 'Framework :: Plone :: Core', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7',