Skip to content

Commit 058a1f9

Browse files
committed
Merge pull request #267 from jone/master
setup.py: remove download URL, update project URL
2 parents dfb0d4a + c7656eb commit 058a1f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
version=VERSION,
1212
author='Joe Gregorio',
1313
author_email='[email protected]',
14-
url='http://code.google.com/p/httplib2/',
15-
download_url='http://httplib2.googlecode.com/files/httplib2-%s.tar.gz' % VERSION,
14+
url='https://github.com/jcgregorio/httplib2',
1615
description='A comprehensive HTTP client library.',
1716
license='MIT',
1817
long_description="""

0 commit comments

Comments
 (0)