[Checkins] SVN: z3c.recipe.compattest/trunk/setup.py pep8

Hano Schlichting cvs-admin at zope.org
Tue Feb 26 21:08:47 UTC 2013


Log message for revision 129864:
  pep8
  

Changed:
  U   z3c.recipe.compattest/trunk/setup.py

-=-
Modified: z3c.recipe.compattest/trunk/setup.py
===================================================================
--- z3c.recipe.compattest/trunk/setup.py	2013-02-26 21:06:56 UTC (rev 129863)
+++ z3c.recipe.compattest/trunk/setup.py	2013-02-26 21:08:47 UTC (rev 129864)
@@ -6,12 +6,13 @@
 
 setup(
     name='z3c.recipe.compattest',
-    version = version,
+    version=version,
     author='Grok Contributors',
     author_email='grok-dev at zope.org',
-    description='Buildout recipe to create testrunners for testing compatibility with other packages',
+    description='Buildout recipe to create testrunners for testing '
+                'compatibility with other packages',
     url='http://pypi.python.org/pypi/z3c.recipe.compattest',
-    long_description= (
+    long_description=(
         '.. contents::'
         + '\n\n'
         + open('CHANGES.txt').read()
@@ -41,14 +42,14 @@
     # zope.dottedname is just used as a dummy package to demonstrate things
     # with, it's not actually imported
     extras_require=dict(test=[
-          'zope.dottedname',
-          'zope.testing',
-          'manuel',
-          'six',
-        ]),
+        'zope.dottedname',
+        'zope.testing',
+        'manuel',
+        'six',
+    ]),
     entry_points = {
         'zc.buildout': ['default = z3c.recipe.compattest.recipe:Recipe'],
-        },
+    },
     include_package_data = True,
     zip_safe = False,
 )



More information about the checkins mailing list