From 85be79cbea7074c70816bda32ad58d813ceb2e9a Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 8 Oct 2012 08:07:37 -0700 Subject: [PATCH] remove the download_url from setup.py so that we can just use pypi --- LICENSE | 2 +- setup.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 073b05cec3..29a3fe3845 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/setup.py b/setup.py index 83c42e2c16..ddb0e0fa7e 100644 --- a/setup.py +++ b/setup.py @@ -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',