Skip to content

Commit

Permalink
Remove download_url from setup.py
Browse files Browse the repository at this point in the history
Github stopped providing download hosting, and it was
decided on the user ML that there's no need to set
download_url at all -- the normal pypi tarball will
suffice:
https://groups.google.com/forum/?fromgroups#!topic/pycassa-discuss/oQ_l_coZDFg
  • Loading branch information
thobbs committed Feb 26, 2013
1 parent 295e12f commit 89585ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -118,7 +118,6 @@ def run(self):
description = 'Python client library for Apache Cassandra',
long_description = long_description,
url = 'http://github.com/pycassa/pycassa',
download_url = 'http://github.com/pycassa/pycassa/archive/v%s.tar.gz' % __version__,
keywords = 'cassandra client db distributed thrift',
packages = ['pycassa',
'pycassa.cassandra',
Expand Down

0 comments on commit 89585ae

Please sign in to comment.