summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt9
-rw-r--r--setup.py6
-rw-r--r--src/zope/pagetemplate/DEPENDENCIES.cfg3
3 files changed, 10 insertions, 8 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6b597f6..9ca1788 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,10 +2,15 @@
CHANGES
=======
-3.4.2 (unreleased)
+3.4.2 (2009-03-17)
------------------
-- ...
+- Remove old zpkg-related DEPENDENCIES.cfg file.
+
+- Change package's mailing list address to zope-dev at zope.org, as
+ zope3-dev at zope.org is now retired.
+
+- Change `cheeseshop` to `pypi` in the packages' homepage url.
3.4.1 (2009-01-27)
------------------
diff --git a/setup.py b/setup.py
index 36798b0..36d33d5 100644
--- a/setup.py
+++ b/setup.py
@@ -22,9 +22,9 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.pagetemplate',
- version = '3.4.2dev',
+ version = '3.4.2',
author='Zope Corporation and Contributors',
- author_email='zope3-dev@zope.org',
+ author_email='zope-dev@zope.org',
description='Zope Page Templates',
long_description=(
read('README.txt')
@@ -49,7 +49,7 @@ setup(name='zope.pagetemplate',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope3'],
- url='http://cheeseshop.python.org/pypi/zope.pagetemplate',
+ url='http://pypi.python.org/pypi/zope.pagetemplate',
license='ZPL 2.1',
packages=find_packages('src'),
package_dir = {'': 'src'},
diff --git a/src/zope/pagetemplate/DEPENDENCIES.cfg b/src/zope/pagetemplate/DEPENDENCIES.cfg
deleted file mode 100644
index bcd721a..0000000
--- a/src/zope/pagetemplate/DEPENDENCIES.cfg
+++ /dev/null
@@ -1,3 +0,0 @@
-zope.interface
-zope.tal
-zope.tales