[Checkins] SVN: zope.thread/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 20:55:23 EDT 2006


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

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

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

Added: zope.thread/tags/3.2.0/MANIFEST.in
===================================================================
--- zope.thread/tags/3.2.0/MANIFEST.in	2006-04-15 00:52:17 UTC (rev 66994)
+++ zope.thread/tags/3.2.0/MANIFEST.in	2006-04-15 00:55:23 UTC (rev 66995)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.thread/tags/3.2.0/setup.py
===================================================================
--- zope.thread/tags/3.2.0/setup.py	2006-04-15 00:52:17 UTC (rev 66994)
+++ zope.thread/tags/3.2.0/setup.py	2006-04-15 00:55:23 UTC (rev 66995)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.thread',
-      version='3.2.0',
+      version='3.2.0.1',
       url='http://svn.zope.org/zope.thread/tags/3.2.0',
       license='ZPL 2.1',
       description='Zope3 Thread-Local Storage',



More information about the Checkins mailing list