Pep8.
This commit is contained in:
parent
face5bf5d6
commit
6dffe930f9
20
setup.py
20
setup.py
@ -22,22 +22,22 @@ install_requires = [
|
||||
'zope.lifecycleevent',
|
||||
'zope.site',
|
||||
'z3c.form>=2.3.3',
|
||||
]
|
||||
]
|
||||
|
||||
setup(name='plone.app.discussion',
|
||||
version=version,
|
||||
description="Enhanced discussion support for Plone",
|
||||
long_description=open("README.rst").read() + "\n" +
|
||||
open("CHANGES.txt").read(),
|
||||
open("CHANGES.txt").read(),
|
||||
classifiers=[
|
||||
"Framework :: Plone",
|
||||
"Framework :: Plone :: 3.3",
|
||||
"Framework :: Plone :: 4.0",
|
||||
"Framework :: Plone :: 4.1",
|
||||
"Framework :: Plone :: 4.2",
|
||||
"Framework :: Plone :: 4.3",
|
||||
"Programming Language :: Python",
|
||||
],
|
||||
"Framework :: Plone",
|
||||
"Framework :: Plone :: 3.3",
|
||||
"Framework :: Plone :: 4.0",
|
||||
"Framework :: Plone :: 4.1",
|
||||
"Framework :: Plone :: 4.2",
|
||||
"Framework :: Plone :: 4.3",
|
||||
"Programming Language :: Python",
|
||||
],
|
||||
keywords='plone discussion',
|
||||
author='Timo Stollenwerk - Plone Foundation',
|
||||
author_email='plone-developers@lists.sourceforge.net',
|
||||
|
Loading…
Reference in New Issue
Block a user