[Checkins] SVN: zope.pagetemplate/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:13:06 EDT 2006


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

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

-=-
Modified: zope.pagetemplate/tags/3.2.0/CHANGES.txt
===================================================================
--- zope.pagetemplate/tags/3.2.0/CHANGES.txt	2006-04-15 00:11:11 UTC (rev 66971)
+++ zope.pagetemplate/tags/3.2.0/CHANGES.txt	2006-04-15 00:13:05 UTC (rev 66972)
@@ -2,6 +2,11 @@
 ===================================
 
 
+zope.pagetemplate version 3.2.0.1 (2006/04/14)
+----------------------------------------------
+
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
+
 zope.pagetemplate version 3.2.0 (2006/01/05)
 --------------------------------------------
 

Added: zope.pagetemplate/tags/3.2.0/MANIFEST.in
===================================================================
--- zope.pagetemplate/tags/3.2.0/MANIFEST.in	2006-04-15 00:11:11 UTC (rev 66971)
+++ zope.pagetemplate/tags/3.2.0/MANIFEST.in	2006-04-15 00:13:05 UTC (rev 66972)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.pagetemplate/tags/3.2.0/setup.py
===================================================================
--- zope.pagetemplate/tags/3.2.0/setup.py	2006-04-15 00:11:11 UTC (rev 66971)
+++ zope.pagetemplate/tags/3.2.0/setup.py	2006-04-15 00:13:05 UTC (rev 66972)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.pagetemplate',
-      version='3.2.0',
+      version='3.2.0.1',
       url='http://svn.zope.org/zope.pagetemplate/tags/3.2.0',
       license='ZPL 2.1',
       description='Zope Page Templates',



More information about the Checkins mailing list