diff options
author | Andy McCurdy <andy@andymccurdy.com> | 2011-01-07 16:14:36 -0800 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2011-01-07 16:14:36 -0800 |
commit | 7112f5bc1115c099a4f7872b9088ce71b08f37ff (patch) | |
tree | a88b0d73b609abcf6dac524f36c97536b8d0d061 /setup.py | |
parent | d38c26aea660eb7d73047905a6cd03251109e25c (diff) | |
download | redis-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |