[Checkins] SVN: zLOG/trunk/setup.py Added dev marker and removed tabs.

Philipp von Weitershausen philikon at philikon.de
Sun Jan 6 15:35:03 EST 2008


Log message for revision 82715:
  Added dev marker and removed tabs.

Changed:
  U   zLOG/trunk/setup.py

-=-
Modified: zLOG/trunk/setup.py
===================================================================
--- zLOG/trunk/setup.py	2008-01-06 20:32:04 UTC (rev 82714)
+++ zLOG/trunk/setup.py	2008-01-06 20:35:03 UTC (rev 82715)
@@ -17,7 +17,7 @@
 from setuptools import setup, find_packages
 
 setup(name='zLOG',
-      version = '2.11.0a2',
+      version = '2.11.0dev',
       url='http://cheeseshop.python.org/pypi/zLOG',
       license='ZPL 2.1',
       description='A general logging facility',
@@ -29,8 +29,8 @@
 you need to support a legacy package from the Zope 2 world, you're
 probably better off using Python's logging module.""",
       
-	  packages=find_packages('src'),
-	  package_dir={'': 'src'},
+      packages=find_packages('src'),
+      package_dir={'': 'src'},
 
       install_requires=['ZConfig'],
       include_package_data=True,



More information about the Checkins mailing list