diff --git a/plone/app/discussion/profiles/default/metadata.xml b/plone/app/discussion/profiles/default/metadata.xml index 49f2d5e..727c28c 100644 --- a/plone/app/discussion/profiles/default/metadata.xml +++ b/plone/app/discussion/profiles/default/metadata.xml @@ -1,5 +1,5 @@ - 1002 + 1003 profile-plone.resource:default profile-plone.app.registry:default diff --git a/plone/app/discussion/upgrades.zcml b/plone/app/discussion/upgrades.zcml index ae72b6e..4417858 100644 --- a/plone/app/discussion/upgrades.zcml +++ b/plone/app/discussion/upgrades.zcml @@ -71,6 +71,15 @@ description="Additional states allows moderator to review history of publishing and rejection" handler=".upgrades.extend_review_workflow" /> - + + + + + diff --git a/setup.py b/setup.py index 04e63aa..f4d5127 100644 --- a/setup.py +++ b/setup.py @@ -34,16 +34,15 @@ setup(name='plone.app.discussion', long_description=open('README.rst').read() + '\n' + open('CHANGES.rst').read(), classifiers=[ - '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', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', + "Development Status :: 5 - Production/Stable", + "Framework :: Plone", + "Framework :: Plone :: 6.0", + "Framework :: Plone :: Core", + "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", + "Programming Language :: Python", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], keywords='plone discussion', author='Timo Stollenwerk - Plone Foundation',