summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorandy <andy@andymccurdy.com>2009-11-25 16:34:36 -0800
committerandy <andy@andymccurdy.com>2009-11-25 16:34:36 -0800
commitd4af8b6f45db74e06a012ef8a0b3ebd01c1d31f9 (patch)
treecba06713208d8bc955bd5a62a6707e14c8df4ea8 /setup.py
parentbfe1ca5365a7e3b1fddc8e4a9c7ba3f6cf0d8278 (diff)
downloadredis-py-d4af8b6f45db74e06a012ef8a0b3ebd01c1d31f9.tar.gz
changing the homepage url
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4a0568f..d84391f 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ sdict = {
'name' : 'redis',
'version' : version,
'description' : 'Python client for Redis key-value store',
- 'url': 'http://github.com/andymccurdy/redis-py/downloads',
+ 'url': 'http://github.com/andymccurdy/redis-py',
'download_url' : 'http://cloud.github.com/downloads/andymccurdy/redis-py/redis-%s.tar.gz' % version,
'author' : 'Andy McCurdy',
'author_email' : 'sedrik@gmail.com',