Skip to content

Commit

Permalink
remove the download_url from setup.py so that we can just use pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Oct 8, 2012
1 parent b3577e5 commit 85be79c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 Andy McCurdy
Copyright (c) 2012 Andy McCurdy

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='sedrik@gmail.com',
maintainer='Andy McCurdy',
Expand Down

0 comments on commit 85be79c

Please sign in to comment.