update classifiers

This commit is contained in:
agitator 2021-02-17 18:58:20 +01:00 committed by GitHub
parent 5c38debf6e
commit 1c4f774684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,12 +35,14 @@ setup(name='plone.app.discussion',
open('CHANGES.rst').read(), open('CHANGES.rst').read(),
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Plone", "Framework :: Plone",
"Framework :: Plone :: 6.0", "Framework :: Plone :: 6.0",
"Framework :: Plone :: Core", "Framework :: Plone :: Core",
"Framework :: Zope :: 5",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
], ],