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

Tres Seaver tseaver at palladion.com
Fri Apr 14 19:48:50 EDT 2006


Log message for revision 66959:
  3.0.2.1:  suppress inclusion of setup.cfg in sdist builds.

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

-=-
Modified: zope.exceptions/tags/3.0.2/CHANGES.txt
===================================================================
--- zope.exceptions/tags/3.0.2/CHANGES.txt	2006-04-14 23:46:20 UTC (rev 66958)
+++ zope.exceptions/tags/3.0.2/CHANGES.txt	2006-04-14 23:48:50 UTC (rev 66959)
@@ -1,6 +1,11 @@
 zope.exceptions Package Changelog
 =================================
 
+zope.exceptions version 3.0.2.1 (2006/04/14)
+--------------------------------------------
+
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
+
 zope.exceptions version 3.0.2 (2006/04/04)
 ------------------------------------------
 

Added: zope.exceptions/tags/3.0.2/MANIFEST.in
===================================================================
--- zope.exceptions/tags/3.0.2/MANIFEST.in	2006-04-14 23:46:20 UTC (rev 66958)
+++ zope.exceptions/tags/3.0.2/MANIFEST.in	2006-04-14 23:48:50 UTC (rev 66959)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.exceptions/tags/3.0.2/setup.py
===================================================================
--- zope.exceptions/tags/3.0.2/setup.py	2006-04-14 23:46:20 UTC (rev 66958)
+++ zope.exceptions/tags/3.0.2/setup.py	2006-04-14 23:48:50 UTC (rev 66959)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.exceptions',
-      version='3.0.2',
+      version='3.0.2.1',
       url='http://svn.zope.org/zope.exceptions/tags/3.0.2',
       license='ZPL 2.1',
       description='Zope Exceptions',



More information about the Checkins mailing list