summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2011-01-07 16:14:36 -0800
committerAndy McCurdy <andy@andymccurdy.com>2011-01-07 16:14:36 -0800
commit7112f5bc1115c099a4f7872b9088ce71b08f37ff (patch)
treea88b0d73b609abcf6dac524f36c97536b8d0d061 /setup.py
parentd38c26aea660eb7d73047905a6cd03251109e25c (diff)
downloadredis-py-7112f5bc1115c099a4f7872b9088ce71b08f37ff.tar.gz
reverting download_url back to redis-VERSION.tar.gz to fix #94. This is becoming the official 2.2.2 release.
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 644e98b..fb9ea54 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ sdict = {
'description' : 'Python client for Redis key-value store',
'long_description' : 'Python client for Redis key-value store',
'url': 'http://github.com/andymccurdy/redis-py',
- 'download_url' : 'http://cloud.github.com/downloads/andymccurdy/redis-py/redis-py-%s.tar.gz' % __version__,
+ 'download_url' : 'http://cloud.github.com/downloads/andymccurdy/redis-py/redis-%s.tar.gz' % __version__,
'author' : 'Andy McCurdy',
'author_email' : 'sedrik@gmail.com',
'maintainer' : 'Andy McCurdy',