setup.py: master is for Plone 5, Python 2.7.

This commit is contained in:
Maurits van Rees 2015-09-14 14:34:50 +02:00
parent 37f00106b7
commit 1e747f49ba
1 changed files with 2 additions and 5 deletions

View File

@ -32,12 +32,9 @@ setup(name='plone.app.discussion',
open("CHANGES.rst").read(),
classifiers=[
"Framework :: Plone",
"Framework :: Plone :: 3.3",
"Framework :: Plone :: 4.0",
"Framework :: Plone :: 4.1",
"Framework :: Plone :: 4.2",
"Framework :: Plone :: 4.3",
"Framework :: Plone :: 5.0",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
],
keywords='plone discussion',
author='Timo Stollenwerk - Plone Foundation',