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

Philipp von Weitershausen philikon at philikon.de
Sun Jan 6 15:41:55 EST 2008


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

Changed:
  U   Interface/trunk/setup.py

-=-
Modified: Interface/trunk/setup.py
===================================================================
--- Interface/trunk/setup.py	2008-01-06 20:39:33 UTC (rev 82718)
+++ Interface/trunk/setup.py	2008-01-06 20:41:55 UTC (rev 82719)
@@ -17,7 +17,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Interface',
-      version = '2.11.0a2',
+      version = '2.11.0dev',
       url='http://cheeseshop.python.org/pypi/Interface',
       license='ZPL 2.1',
       description='Interface implementation',
@@ -28,8 +28,8 @@
 used in Zope 2.  Unless you need it for legacy Zope 2 applications,
 you probably want to use the more modern zope.interface package.""",
 
-	  packages=find_packages('src'),
-	  package_dir={'': 'src'},
+      packages=find_packages('src'),
+      package_dir={'': 'src'},
 
       install_requires=['zope.interface'],
       include_package_data=True,



More information about the Checkins mailing list