[Checkins] SVN: zope.i18n/trunk/setup.py Use consistent spacings

Baiju M baiju.m.mail at gmail.com
Sun Jan 10 23:59:03 EST 2010


Log message for revision 108000:
  Use consistent spacings
  

Changed:
  U   zope.i18n/trunk/setup.py

-=-
Modified: zope.i18n/trunk/setup.py
===================================================================
--- zope.i18n/trunk/setup.py	2010-01-11 04:56:47 UTC (rev 107999)
+++ zope.i18n/trunk/setup.py	2010-01-11 04:59:03 UTC (rev 108000)
@@ -29,7 +29,7 @@
 
 setup(
     name='zope.i18n',
-    version = '3.7.3dev',
+    version='3.7.3dev',
     author='Zope Corporation and Contributors',
     author_email='zope-dev at zope.org',
     description='Zope3 Internationalization Support',
@@ -41,7 +41,7 @@
     license='ZPL 2.1',
     keywords=('zope3 internationalization localization i18n l10n '
               'gettext ICU locale'),
-    classifiers = [
+    classifiers=[
         'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
@@ -53,7 +53,7 @@
         'Framework :: Zope3'],
     url='http://pypi.python.org/pypi/zope.i18n',
     packages=find_packages('src'),
-    package_dir = {'': 'src'},
+    package_dir={'': 'src'},
     namespace_packages=['zope',],
     install_requires=['setuptools',
                       'pytz',
@@ -61,11 +61,11 @@
                       'zope.i18nmessageid',
                       'zope.component',
                       ],
-    include_package_data = True,
-    zip_safe = False,
-    extras_require = dict(
-        compile = ['python-gettext'],
-        zcml = [
+    include_package_data=True,
+    zip_safe=False,
+    extras_require=dict(
+        compile=['python-gettext'],
+        zcml=[
             'zope.component [zcml]',
             'zope.configuration',
             ],



More information about the checkins mailing list