[Checkins] SVN: zope.exceptions/tags/3.2.0/ 3.2.0.1: suppress inclusion of setup.cfg in sdist builds.

Tres Seaver tseaver at palladion.com
Fri Apr 14 19:51:26 EDT 2006


Log message for revision 66960:
  3.2.0.1:  suppress inclusion of setup.cfg in sdist builds.

Changed:
  U   zope.exceptions/tags/3.2.0/CHANGES.txt
  A   zope.exceptions/tags/3.2.0/MANIFEST.in
  U   zope.exceptions/tags/3.2.0/setup.py

-=-
Modified: zope.exceptions/tags/3.2.0/CHANGES.txt
===================================================================
--- zope.exceptions/tags/3.2.0/CHANGES.txt	2006-04-14 23:48:50 UTC (rev 66959)
+++ zope.exceptions/tags/3.2.0/CHANGES.txt	2006-04-14 23:51:26 UTC (rev 66960)
@@ -1,6 +1,11 @@
 zope.exceptions Package Changelog
 =================================
 
+zope.exceptions version 3.2.0.1 (2006/04/14)
+--------------------------------------------
+
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
+
 zope.exceptions version 3.2.0 (2006/01/05)
 ------------------------------------------
 

Added: zope.exceptions/tags/3.2.0/MANIFEST.in
===================================================================
--- zope.exceptions/tags/3.2.0/MANIFEST.in	2006-04-14 23:48:50 UTC (rev 66959)
+++ zope.exceptions/tags/3.2.0/MANIFEST.in	2006-04-14 23:51:26 UTC (rev 66960)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.exceptions/tags/3.2.0/setup.py
===================================================================
--- zope.exceptions/tags/3.2.0/setup.py	2006-04-14 23:48:50 UTC (rev 66959)
+++ zope.exceptions/tags/3.2.0/setup.py	2006-04-14 23:51:26 UTC (rev 66960)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.exceptions',
-      version='3.2.0',
+      version='3.2.0.1',
       url='http://svn.zope.org/zope.exceptions',
       license='ZPL 2.1',
       description='exceptions',



More information about the Checkins mailing list