This commit is contained in:
Timo Stollenwerk 2012-11-16 12:09:40 +01:00
parent face5bf5d6
commit 6dffe930f9
1 changed files with 10 additions and 10 deletions

View File

@ -22,22 +22,22 @@ install_requires = [
'zope.lifecycleevent', 'zope.lifecycleevent',
'zope.site', 'zope.site',
'z3c.form>=2.3.3', 'z3c.form>=2.3.3',
] ]
setup(name='plone.app.discussion', setup(name='plone.app.discussion',
version=version, version=version,
description="Enhanced discussion support for Plone", description="Enhanced discussion support for Plone",
long_description=open("README.rst").read() + "\n" + long_description=open("README.rst").read() + "\n" +
open("CHANGES.txt").read(), open("CHANGES.txt").read(),
classifiers=[ classifiers=[
"Framework :: Plone", "Framework :: Plone",
"Framework :: Plone :: 3.3", "Framework :: Plone :: 3.3",
"Framework :: Plone :: 4.0", "Framework :: Plone :: 4.0",
"Framework :: Plone :: 4.1", "Framework :: Plone :: 4.1",
"Framework :: Plone :: 4.2", "Framework :: Plone :: 4.2",
"Framework :: Plone :: 4.3", "Framework :: Plone :: 4.3",
"Programming Language :: Python", "Programming Language :: Python",
], ],
keywords='plone discussion', keywords='plone discussion',
author='Timo Stollenwerk - Plone Foundation', author='Timo Stollenwerk - Plone Foundation',
author_email='plone-developers@lists.sourceforge.net', author_email='plone-developers@lists.sourceforge.net',