add upgradestep and update classifiers
This commit is contained in:
parent
5d0d97a432
commit
3d53ab09cc
@ -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>
|
||||
|
@ -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>
|
||||
|
19
setup.py
19
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',
|
||||
|
Loading…
Reference in New Issue
Block a user