summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Baumann <jone@jone.ch>2014-04-15 14:02:03 +0200
committerJonas Baumann <jone@jone.ch>2014-04-15 14:02:03 +0200
commitc7656eb1158e87ea97e536fb19efeaef6e6e2bbe (patch)
tree07d0d4d3c5d33e357682721def07014e24e730ff
parentdfb0d4af883df6deb9e8fb707f688d11c43b07d9 (diff)
downloadhttplib2-c7656eb1158e87ea97e536fb19efeaef6e6e2bbe.tar.gz
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.
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 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="""