Skip to content

Commit

Permalink
Point setup.py download_url at tag tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Feb 25, 2013
1 parent 53454c1 commit 295e12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ 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/downloads/pycassa/pycassa/pycassa-%s.tar.gz' % __version__,
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 295e12f

Please sign in to comment.