Skip to content

Commit

Permalink
Change PyPI link, fix mailing list address
Browse files Browse the repository at this point in the history
  • Loading branch information
nadako committed Dec 16, 2008
1 parent f9a2fb1 commit f1d02eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*rnames):
setup(name='zope.app.schema',
version = '3.5.0',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
author_email='zope-dev@zope.org',
description='Component Architecture based Vocabulary Registry',
long_description=(
read('README.txt')
Expand All @@ -44,7 +44,7 @@ def read(*rnames):
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope3'],
url='http://cheeseshop.python.org/pypi/zope.app.schema',
url='http://pypi.python.org/pypi/zope.app.schema',
license='ZPL 2.1',
packages=find_packages('src'),
package_dir = {'': 'src'},
Expand Down

0 comments on commit f1d02eb

Please sign in to comment.