[Checkins] SVN: zope.tal/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:40:58 EDT 2006


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

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

-=-
Modified: zope.tal/tags/3.2.0/CHANGES.txt
===================================================================
--- zope.tal/tags/3.2.0/CHANGES.txt	2006-04-15 00:36:45 UTC (rev 66985)
+++ zope.tal/tags/3.2.0/CHANGES.txt	2006-04-15 00:40:58 UTC (rev 66986)
@@ -1,11 +1,10 @@
 zope.tal Package Changelog
 ==========================
 
-zope.tal version 3.2.1 (2006/03/26)
------------------------------------
+zope.tal version 3.2.0.1 (2006/04/14)
+-------------------------------------
 
-- Corresponds to the verison of the zope.tal package shipped as part of
-  the Zope 3.2.1 release.
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
 
 zope.tal version 3.2.0 (2006/01/05)
 -----------------------------------

Added: zope.tal/tags/3.2.0/MANIFEST.in
===================================================================
--- zope.tal/tags/3.2.0/MANIFEST.in	2006-04-15 00:36:45 UTC (rev 66985)
+++ zope.tal/tags/3.2.0/MANIFEST.in	2006-04-15 00:40:58 UTC (rev 66986)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.tal/tags/3.2.0/setup.py
===================================================================
--- zope.tal/tags/3.2.0/setup.py	2006-04-15 00:36:45 UTC (rev 66985)
+++ zope.tal/tags/3.2.0/setup.py	2006-04-15 00:40:58 UTC (rev 66986)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.tal',
-      version='3.2.0',
+      version='3.2.0.1',
       url='http://svn.zope.org/zope.tal/tags/3.2.0',
       license='ZPL 2.1',
       description='Zope3 Template Application Languate (TAL)',



More information about the Checkins mailing list