setup.py: master is for Plone 5, Python 2.7.
This commit is contained in:
parent
37f00106b7
commit
1e747f49ba
7
setup.py
7
setup.py
@ -32,12 +32,9 @@ setup(name='plone.app.discussion',
|
|||||||
open("CHANGES.rst").read(),
|
open("CHANGES.rst").read(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Framework :: Plone",
|
"Framework :: Plone",
|
||||||
"Framework :: Plone :: 3.3",
|
"Framework :: Plone :: 5.0",
|
||||||
"Framework :: Plone :: 4.0",
|
|
||||||
"Framework :: Plone :: 4.1",
|
|
||||||
"Framework :: Plone :: 4.2",
|
|
||||||
"Framework :: Plone :: 4.3",
|
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
|
"Programming Language :: Python :: 2.7",
|
||||||
],
|
],
|
||||||
keywords='plone discussion',
|
keywords='plone discussion',
|
||||||
author='Timo Stollenwerk - Plone Foundation',
|
author='Timo Stollenwerk - Plone Foundation',
|
||||||
|
Loading…
Reference in New Issue
Block a user