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.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',
|
||||||
|
Loading…
Reference in New Issue
Block a user