summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 36798b0..5fa2fbf 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ def read(*rnames):
setup(name='zope.pagetemplate',
version = '3.4.2dev',
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'},