forked from redis/redis-py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove the download_url from setup.py so that we can just use pypi
- Loading branch information
andy
committed
Oct 8, 2012
1 parent
b3577e5
commit 85be79c
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,6 @@ | |
description='Python client for Redis key-value store', | ||
long_description=long_description, | ||
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='[email protected]', | ||
maintainer='Andy McCurdy', | ||
|