diff options
author | andy <andy@andymccurdy.com> | 2009-11-25 16:34:36 -0800 |
---|---|---|
committer | andy <andy@andymccurdy.com> | 2009-11-25 16:34:36 -0800 |
commit | d4af8b6f45db74e06a012ef8a0b3ebd01c1d31f9 (patch) | |
tree | cba06713208d8bc955bd5a62a6707e14c8df4ea8 /setup.py | |
parent | bfe1ca5365a7e3b1fddc8e4a9c7ba3f6cf0d8278 (diff) | |
download | redis-py-d4af8b6f45db74e06a012ef8a0b3ebd01c1d31f9.tar.gz |
changing the homepage url
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |