From 6dffe930f9987b798ef4c46f54c90a43db49e2fd Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Fri, 16 Nov 2012 12:09:40 +0100 Subject: [PATCH] Pep8. --- setup.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/setup.py b/setup.py index b2a22f9..b4dcd5d 100644 --- a/setup.py +++ b/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',