summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2006-04-05 05:17:32 +0000
committerTres Seaver <tseaver@palladion.com>2006-04-05 05:17:32 +0000
commitd98903dff2c6f570fc97bac4a282c5da86add36a (patch)
tree360a3e4e6a700b1558e438c2955877bfaa83ff1f
parent38fc9994b5fa0435ea49b255707cc16a158af1d3 (diff)
downloadzope-pagetemplate-d98903dff2c6f570fc97bac4a282c5da86add36a.tar.gz
Package zope.pagetemplate-3.0.0 as an egg.
-rw-r--r--CHANGES.txt24
-rw-r--r--setup.py4
-rw-r--r--test.py2
3 files changed, 3 insertions, 27 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 400e9e0..92ef253 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,30 +1,6 @@
zope.pagetemplate Package Changelog
===================================
-zope.pagetemplate version 3.2.1 (2006/03/26)
---------------------------------------------
-
-- Corresponds to the verison of the zope.pagetemplate package shipped
- as part of the Zope 3.2.1 release.
-
-zope.pagetemplate version 3.2.0 (2006/01/05)
---------------------------------------------
-
-- Corresponds to the verison of the zope.pagetemplate package shipped
- as part of the Zope 3.2.0 release.
-
-zope.pagetemplate version 3.1.0 (2005/10/03)
---------------------------------------------
-
-- Corresponds to the verison of the zope.pagetemplate package shipped
- as part of the Zope 3.1.0 release.
-
-zope.pagetemplate version 3.0.1 (2005/07/27)
---------------------------------------------
-
-- Corresponds to the verison of the zope.pagetemplate package shipped
- as part of the Zope X3.0.1 release.
-
zope.pagetemplate version 3.0.0 (2004/11/07)
--------------------------------------------
diff --git a/setup.py b/setup.py
index 0aa2dcb..f37889b 100644
--- a/setup.py
+++ b/setup.py
@@ -24,8 +24,8 @@ except ImportError, e:
from distutils.core import setup, Extension
setup(name='zope.pagetemplate',
- version='1.0',
- url='http://svn.zope.org/zope.pagetemplate',
+ version='3.0.0',
+ url='http://svn.zope.org/zope.pagetemplate/tags/3.0.0',
license='ZPL 2.1',
description='Zope Page Templates',
author='Zope Corporation and Contributors',
diff --git a/test.py b/test.py
index b16c6ce..eed15e9 100644
--- a/test.py
+++ b/test.py
@@ -28,7 +28,7 @@ from zope.testing import testrunner
defaults = [
'--path', src,
- '--package', 'zope.i18nmessageid',
+ '--package', 'zope.pagetemplate',
'--tests-pattern', '^tests$',
]