Skip to content

Commit

Permalink
Merge pull request jcgregorio#267 from jone/master
Browse files Browse the repository at this point in the history
setup.py: remove download URL, update project URL
  • Loading branch information
jcgregorio committed Apr 15, 2014
2 parents dfb0d4a + c7656eb commit 058a1f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
version=VERSION,
author='Joe Gregorio',
author_email='[email protected]',
url='http://code.google.com/p/httplib2/',
download_url='http://httplib2.googlecode.com/files/httplib2-%s.tar.gz' % VERSION,
url='https://github.com/jcgregorio/httplib2',
description='A comprehensive HTTP client library.',
license='MIT',
long_description="""
Expand Down

0 comments on commit 058a1f9

Please sign in to comment.