comparison setup.py @ 1:a12647395076

update URL for relocator
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 01 May 2011 13:33:05 -0700
parents 68bea9e91bd2
children 1892dd7d8748
comparison
equal deleted inserted replaced
0:68bea9e91bd2 1:a12647395076
12 description="change Location field in responses using WSGI middleware", 12 description="change Location field in responses using WSGI middleware",
13 long_description=description, 13 long_description=description,
14 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers 14 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
15 author='Jeff Hammel', 15 author='Jeff Hammel',
16 author_email='jhammel@mozilla.com', 16 author_email='jhammel@mozilla.com',
17 url='', 17 url='http://k0s.org/hg/relocator',
18 license="MPL", 18 license="MPL",
19 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), 19 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
20 include_package_data=True, 20 include_package_data=True,
21 zip_safe=False, 21 zip_safe=False,
22 install_requires=[ 22 install_requires=[