summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2011-06-13 14:47:34 -0400
committerJoe Gregorio <jcgregorio@google.com>2011-06-13 14:47:34 -0400
commitf6378222d191ce2291f8362a46733d242b115b67 (patch)
treea14cfdb10a86de50c99b5b382742a4d2b8571c9d /setup.py
parent00def1276e00413ba3540cf2d406c64b11a1ffc3 (diff)
downloadhttplib2-f6378222d191ce2291f8362a46733d242b115b67.tar.gz
Fixes issue 50.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b74b390..27f78d6 100755
--- a/setup.py
+++ b/setup.py
@@ -55,6 +55,8 @@ A comprehensive HTTP client library, ``httplib2`` supports many features left ou
**Unit Tested**
A large and growing set of unit tests.
+
+http://httplib2.googlecode.com/svn/trunk/#egg=httplib2-dev
""",
package_dir=pkgdir,
packages=['httplib2'],