[Checkins] SVN: zope.deprecation/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:32:50 EDT 2006


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

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

-=-
Modified: zope.deprecation/tags/3.2.0/CHANGES.txt
===================================================================
--- zope.deprecation/tags/3.2.0/CHANGES.txt	2006-04-14 23:29:45 UTC (rev 66951)
+++ zope.deprecation/tags/3.2.0/CHANGES.txt	2006-04-14 23:32:50 UTC (rev 66952)
@@ -1,6 +1,11 @@
 zope.deprecation Package Changelog
 ==================================
 
+zope.deprecation version 3.2.0.1 (2006/04/14)
+---------------------------------------------
+
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
+
 zope.deprecation version 3.2.0 (2006/01/05)
 -------------------------------------------
 

Added: zope.deprecation/tags/3.2.0/MANIFEST.in
===================================================================
--- zope.deprecation/tags/3.2.0/MANIFEST.in	2006-04-14 23:29:45 UTC (rev 66951)
+++ zope.deprecation/tags/3.2.0/MANIFEST.in	2006-04-14 23:32:50 UTC (rev 66952)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.deprecation/tags/3.2.0/setup.py
===================================================================
--- zope.deprecation/tags/3.2.0/setup.py	2006-04-14 23:29:45 UTC (rev 66951)
+++ zope.deprecation/tags/3.2.0/setup.py	2006-04-14 23:32:50 UTC (rev 66952)
@@ -25,7 +25,7 @@
     from distutils.core import setup, Extension
     
 setup(name='zope.deprecation',
-      version='3.2.0',
+      version='3.2.0.1',
 
       url='http://svn.zope.org/zope.deprecation/tags/3.2.0',
       license='ZPL 2.1',



More information about the Checkins mailing list