From c7656eb1158e87ea97e536fb19efeaef6e6e2bbe Mon Sep 17 00:00:00 2001 From: Jonas Baumann Date: Tue, 15 Apr 2014 14:02:03 +0200 Subject: setup.py: remove download URL, update project URL The project was moved from googlecode to github. Because of the move the downloads are now longer available, thus the download_url is invalid. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 56be65d..5af7a91 100755 --- a/setup.py +++ b/setup.py @@ -11,8 +11,7 @@ setup(name='httplib2', version=VERSION, author='Joe Gregorio', author_email='joe@bitworking.org', - 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=""" -- cgit v1.2.1