[Checkins] SVN: zope.proxy/tags/3.0.0/ 3.0.0.2: suppress inclusion of setup.cfg in sdist builds.

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


Log message for revision 66975:
  3.0.0.2:  suppress inclusion of setup.cfg in sdist builds.

Changed:
  U   zope.proxy/tags/3.0.0/CHANGES.txt
  A   zope.proxy/tags/3.0.0/MANIFEST.in
  U   zope.proxy/tags/3.0.0/setup.py

-=-
Modified: zope.proxy/tags/3.0.0/CHANGES.txt
===================================================================
--- zope.proxy/tags/3.0.0/CHANGES.txt	2006-04-15 00:15:38 UTC (rev 66974)
+++ zope.proxy/tags/3.0.0/CHANGES.txt	2006-04-15 00:18:44 UTC (rev 66975)
@@ -1,6 +1,16 @@
 zope.proxy Package Changelog
 ============================
 
+zope.proxy version 3.0.0.2 (2006/04/14)
+---------------------------------------
+
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
+
+zope.proxy version 3.0.0.1 (2006/04/04)
+---------------------------------------
+
+- Fix packaging bug:  include headers for extension module.
+
 zope.proxy version 3.0.0 (2004/11/07)
 -------------------------------------
 

Added: zope.proxy/tags/3.0.0/MANIFEST.in
===================================================================
--- zope.proxy/tags/3.0.0/MANIFEST.in	2006-04-15 00:15:38 UTC (rev 66974)
+++ zope.proxy/tags/3.0.0/MANIFEST.in	2006-04-15 00:18:44 UTC (rev 66975)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.proxy/tags/3.0.0/setup.py
===================================================================
--- zope.proxy/tags/3.0.0/setup.py	2006-04-15 00:15:38 UTC (rev 66974)
+++ zope.proxy/tags/3.0.0/setup.py	2006-04-15 00:18:44 UTC (rev 66975)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.proxy',
-      version='3.0.0.1',
+      version='3.0.0.2',
       url='http://svn.zope.org/zope.proxy/tags/3.0.0',
       license='ZPL 2.1',
       description='Zope Proxies',



More information about the Checkins mailing list