[Checkins] SVN: z3c.sqlalchemy/trunk/setup.py whitespace cleanup

Andreas Jung andreas at andreas-jung.com
Tue Jun 5 04:50:12 EDT 2007


Log message for revision 76350:
  whitespace cleanup
  

Changed:
  U   z3c.sqlalchemy/trunk/setup.py

-=-
Modified: z3c.sqlalchemy/trunk/setup.py
===================================================================
--- z3c.sqlalchemy/trunk/setup.py	2007-06-05 05:37:41 UTC (rev 76349)
+++ z3c.sqlalchemy/trunk/setup.py	2007-06-05 08:50:10 UTC (rev 76350)
@@ -47,8 +47,8 @@
       description='A SQLAlchemy wrapper for Zope 2 and Zope 3',
       long_description=long_description,
       packages=find_packages('src'),
-      package_dir = {'': 'src'},
-      include_package_data = True,
+      package_dir={'': 'src'},
+      include_package_data=True,
       zip_safe=True,
       install_requires=['setuptools',
                         'SQLAlchemy',
@@ -56,4 +56,4 @@
                         'zope.interface',
                         'zope.schema',
                        ],
-      extras_require = dict(test=['pysqlite']))
+      extras_require=dict(test=['pysqlite']))



More information about the Checkins mailing list