From 66d2e846e5b34228f891ca524654d4331edc7fed Mon Sep 17 00:00:00 2001 From: agitator Date: Wed, 17 Feb 2021 21:35:52 +0100 Subject: [PATCH] Update classifiers and add news snippet (#322) --- news/322.breaking | 2 ++ setup.py | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 news/322.breaking diff --git a/news/322.breaking b/news/322.breaking new file mode 100644 index 00000000..50f13bc3 --- /dev/null +++ b/news/322.breaking @@ -0,0 +1,2 @@ +Update for Plone 6 with Bootstrap markup +[petschki, agitator] \ No newline at end of file diff --git a/setup.py b/setup.py index aeec6ea0..866d4d1a 100644 --- a/setup.py +++ b/setup.py @@ -24,12 +24,14 @@ long_description=long_description, 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", ],