add upgradestep and update classifiers

This commit is contained in:
Peter Mathis 2021-02-15 15:34:19 +01:00
parent 5d0d97a432
commit 3d53ab09cc
3 changed files with 20 additions and 12 deletions

View File

@ -1,5 +1,5 @@
<metadata>
<version>1002</version>
<version>1003</version>
<dependencies>
<dependency>profile-plone.resource:default</dependency>
<dependency>profile-plone.app.registry:default</dependency>

View File

@ -71,6 +71,15 @@
description="Additional states allows moderator to review history of publishing and rejection"
handler=".upgrades.extend_review_workflow"
/>
</genericsetup:upgradeSteps>
</genericsetup:upgradeSteps>
<genericsetup:upgradeDepends
source="1002"
destination="1003"
profile="plone.app.discussion:default"
title="Update controlpanel icon"
import_steps="controlpanel" />
</configure>

View File

@ -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',