[Checkins] SVN: DateTime/trunk/setup.py whitespace

Hano Schlichting cvs-admin at zope.org
Sat Feb 23 13:03:07 UTC 2013


Log message for revision 129700:
  whitespace
  

Changed:
  U   DateTime/trunk/setup.py

-=-
Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2013-02-23 13:02:31 UTC (rev 129699)
+++ DateTime/trunk/setup.py	2013-02-23 13:03:06 UTC (rev 129700)
@@ -26,7 +26,7 @@
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       long_description=open(
-          os.path.join('src', 'DateTime', 'DateTime.txt')).read() + \
+          os.path.join('src', 'DateTime', 'DateTime.txt')).read() +
           '\n\n' + open('CHANGES.txt').read(),
       packages=find_packages('src'),
       package_dir={'': 'src'},
@@ -42,9 +42,10 @@
           "Programming Language :: Python :: 2.7",
           "Programming Language :: Python :: Implementation :: CPython",
       ],
-      install_requires=['zope.interface',
-                        'pytz',
-                       ],
+      install_requires=[
+          'zope.interface',
+          'pytz',
+      ],
       include_package_data=True,
       test_suite='DateTime.tests.testDateTime.test_suite',
       zip_safe=False,



More information about the checkins mailing list