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

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


Log message for revision 66978:
  3.0.0.1:  suppress inclusion of setup.cfg in sdist builds.

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

-=-
Modified: zope.schema/tags/3.0.0/CHANGES.txt
===================================================================
--- zope.schema/tags/3.0.0/CHANGES.txt	2006-04-15 00:24:35 UTC (rev 66977)
+++ zope.schema/tags/3.0.0/CHANGES.txt	2006-04-15 00:26:44 UTC (rev 66978)
@@ -1,6 +1,11 @@
 zope.schema Package Changelog
 =============================
 
+zope.schema version 3.0.0.1 (2006/04/14)
+----------------------------------------
+
+- Packaging change:  suppress inclusion of 'setup.cfg' in 'sdist' builds.
+
 zope.schema version 3.0.0 (2004/11/07)
 --------------------------------------
 

Added: zope.schema/tags/3.0.0/MANIFEST.in
===================================================================
--- zope.schema/tags/3.0.0/MANIFEST.in	2006-04-15 00:24:35 UTC (rev 66977)
+++ zope.schema/tags/3.0.0/MANIFEST.in	2006-04-15 00:26:44 UTC (rev 66978)
@@ -0,0 +1 @@
+exclude setup.cfg

Modified: zope.schema/tags/3.0.0/setup.py
===================================================================
--- zope.schema/tags/3.0.0/setup.py	2006-04-15 00:24:35 UTC (rev 66977)
+++ zope.schema/tags/3.0.0/setup.py	2006-04-15 00:26:44 UTC (rev 66978)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.schema',
-      version='3.0.0',
+      version='3.0.0.1',
       url='http://svn.zope.org/zope.schema/tags/3.0.0',
       license='ZPL 2.1',
       description='Zope3 Data Schemas',



More information about the Checkins mailing list