[Checkins] SVN: zope.testing/tags/2.0/ 2.0.1: suppress inclusion of setup.cfg in sdist builds.

Tres Seaver tseaver at palladion.com
Fri Apr 14 20:52:18 EDT 2006


Log message for revision 66994:
  2.0.1:  suppress inclusion of setup.cfg in sdist builds.

Changed:
  U   zope.testing/tags/2.0/CHANGES.txt
  A   zope.testing/tags/2.0/MANIFEST.in
  U   zope.testing/tags/2.0/setup.py

-=-
Modified: zope.testing/tags/2.0/CHANGES.txt
===================================================================
--- zope.testing/tags/2.0/CHANGES.txt	2006-04-15 00:52:02 UTC (rev 66993)
+++ zope.testing/tags/2.0/CHANGES.txt	2006-04-15 00:52:17 UTC (rev 66994)
@@ -1,6 +1,11 @@
 zope.testing Package Changelog
 =============================
 
+zope.testing version 2.0.1 (2006/04/14)
+---------------------------------------
+
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
+
 zope.testing version 2.0 (2006/01/05)
 --------------------------------------
 

Added: zope.testing/tags/2.0/MANIFEST.in
===================================================================
--- zope.testing/tags/2.0/MANIFEST.in	2006-04-15 00:52:02 UTC (rev 66993)
+++ zope.testing/tags/2.0/MANIFEST.in	2006-04-15 00:52:17 UTC (rev 66994)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.testing/tags/2.0/setup.py
===================================================================
--- zope.testing/tags/2.0/setup.py	2006-04-15 00:52:02 UTC (rev 66993)
+++ zope.testing/tags/2.0/setup.py	2006-04-15 00:52:17 UTC (rev 66994)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.testing',
-      version='2.0',
+      version='2.0.1',
       url='http://svn.zope.org/zope.testing',
       license='ZPL 2.1',
       description='Zope3 Testrunner',



More information about the Checkins mailing list