summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt5
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.py2
3 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 92ef253..20b8723 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,11 @@
zope.pagetemplate Package Changelog
===================================
+zope.pagetemplate version 3.0.0.1 (2006/04/14)
+----------------------------------------------
+
+- Packaging change: suppress inclusion of 'setup.cfg' in 'sdist' builds.
+
zope.pagetemplate version 3.0.0 (2004/11/07)
--------------------------------------------
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..1cdc4fd
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+exclude setup.cfg
diff --git a/setup.py b/setup.py
index f37889b..015f3c7 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ except ImportError, e:
from distutils.core import setup, Extension
setup(name='zope.pagetemplate',
- version='3.0.0',
+ version='3.0.0.1',
url='http://svn.zope.org/zope.pagetemplate/tags/3.0.0',
license='ZPL 2.1',
description='Zope Page Templates',