update classifiers
This commit is contained in:
parent
5c38debf6e
commit
1c4f774684
4
setup.py
4
setup.py
@ -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",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user