Skip to content

Commit

Permalink
update setup download url
Browse files Browse the repository at this point in the history
  • Loading branch information
salimane committed Sep 7, 2012
1 parent f29608e commit c1d8678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rediscluster/__init__.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
WatchError, WatchError,
) )


__version__ = '0.1.0' __version__ = '0.1.1'
VERSION = tuple(map(int, __version__.split('.'))) VERSION = tuple(map(int, __version__.split('.')))


__all__ = [ __all__ = [
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
description='Python client for Cluster of Redis key-value store', description='Python client for Cluster of Redis key-value store',
long_description=long_description, long_description=long_description,
url='http://github.com/salimane/rediscluster-py', url='http://github.com/salimane/rediscluster-py',
download_url=('http://cloud.github.com/downloads/salimane/' download_url=('http://pypi.python.org/packages/source/r/rediscluster/rediscluster-%s.tar.gz' % __version__),
'rediscluster-py/rediscluster-%s.tar.gz' % __version__),
install_requires=[ install_requires=[
'redis>=2.4.0', 'redis>=2.4.0',
'hiredis', 'hiredis',
Expand Down

0 comments on commit c1d8678

Please sign in to comment.