Skip to content

Commit

Permalink
Change PyPI link, fix mailing list address, include package's README.…
Browse files Browse the repository at this point in the history
…txt in long_description.
  • Loading branch information
nadako committed Dec 16, 2008
1 parent 3295f98 commit 45bca0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ def read(*rnames):
setup(name='zope.app.schema',
version = '3.5.1dev',
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')
+ '\n\n' +
read('src', 'zope', 'app', 'schema', 'README.txt')
+ '\n\n' +
read('CHANGES.txt')
),
keywords = "zope3 vocabulary registry local component",
Expand All @@ -42,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 45bca0f

Please sign in to comment.