summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gregorio <joe@bitworking.org>2014-04-15 08:53:06 -0400
committerJoe Gregorio <joe@bitworking.org>2014-04-15 08:53:06 -0400
commit058a1f9448d5c27c23772796f83a596caf9188e6 (patch)
tree07d0d4d3c5d33e357682721def07014e24e730ff
parentdfb0d4af883df6deb9e8fb707f688d11c43b07d9 (diff)
parentc7656eb1158e87ea97e536fb19efeaef6e6e2bbe (diff)
downloadhttplib2-058a1f9448d5c27c23772796f83a596caf9188e6.tar.gz
Merge pull request #267 from jone/masterv0.9
setup.py: remove download URL, update project URL
-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="""