[Checkins] SVN: cipher.configstore/trunk/setup.py pep8

Adam Groszer cvs-admin at zope.org
Thu Aug 30 14:27:44 UTC 2012


Log message for revision 127629:
  pep8

Changed:
  U   cipher.configstore/trunk/setup.py

-=-
Modified: cipher.configstore/trunk/setup.py
===================================================================
--- cipher.configstore/trunk/setup.py	2012-08-30 14:20:44 UTC (rev 127628)
+++ cipher.configstore/trunk/setup.py	2012-08-30 14:27:41 UTC (rev 127629)
@@ -34,7 +34,7 @@
         read('CHANGES.txt')
         ),
     license='ZPL 2.1',
-    classifiers = [
+    classifiers=[
         'Development Status :: 4 - Beta',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
@@ -43,16 +43,16 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    packages = find_packages('src'),
-    package_dir = {'': 'src'},
-    extras_require = dict(
-        test = ['zope.testing',
+    packages=find_packages('src'),
+    package_dir={'': 'src'},
+    extras_require=dict(
+        test=['zope.testing',
                 'z3c.coverage',
                 'coverage',
                 'python-subunit',
                 'junitxml'],
     ),
-    install_requires = [
+    install_requires=[
         'odict',
         'python-dateutil',
         'setuptools',
@@ -63,6 +63,6 @@
         'zope.schema',
         'zope.security',
     ],
-    include_package_data = True,
-    zip_safe = False
+    include_package_data=True,
+    zip_safe=False
     )



More information about the checkins mailing list