[Zope3-checkins] SVN: zope.testing/branches/regebro-py3-3rdtimelucky/setup. I like setup.cfg for development versions.

Lennart Regebro regebro at gmail.com
Mon Apr 26 12:40:53 EDT 2010


Log message for revision 111450:
  I like setup.cfg for development versions.
  

Changed:
  A   zope.testing/branches/regebro-py3-3rdtimelucky/setup.cfg
  U   zope.testing/branches/regebro-py3-3rdtimelucky/setup.py

-=-
Added: zope.testing/branches/regebro-py3-3rdtimelucky/setup.cfg
===================================================================
--- zope.testing/branches/regebro-py3-3rdtimelucky/setup.cfg	                        (rev 0)
+++ zope.testing/branches/regebro-py3-3rdtimelucky/setup.cfg	2010-04-26 16:40:53 UTC (rev 111450)
@@ -0,0 +1,3 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true

Modified: zope.testing/branches/regebro-py3-3rdtimelucky/setup.py
===================================================================
--- zope.testing/branches/regebro-py3-3rdtimelucky/setup.py	2010-04-26 16:40:11 UTC (rev 111449)
+++ zope.testing/branches/regebro-py3-3rdtimelucky/setup.py	2010-04-26 16:40:53 UTC (rev 111450)
@@ -56,7 +56,7 @@
 
 setup(
     name='zope.testing',
-    version = '4.0.0dev',
+    version = '4.0.0',
     url='http://pypi.python.org/pypi/zope.testing',
     license='ZPL 2.1',
     description='Zope testing helpers',



More information about the Zope3-Checkins mailing list