From 1c4f7746849051b491e947d303568f399d81f1d3 Mon Sep 17 00:00:00 2001 From: agitator Date: Wed, 17 Feb 2021 18:58:20 +0100 Subject: [PATCH] update classifiers --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4d5127..2280522 100644 --- a/setup.py +++ b/setup.py @@ -35,12 +35,14 @@ setup(name='plone.app.discussion', open('CHANGES.rst').read(), classifiers=[ "Development Status :: 5 - Production/Stable", + "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 6.0", "Framework :: Plone :: Core", + "Framework :: Zope :: 5", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", + "Operating System :: OS Independent", "Programming Language :: Python", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", ],