Skip to content

Commit

Permalink
fix download_url
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed May 9, 2015
1 parent e18f85e commit 26c801f
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 @@ -18,7 +18,7 @@ def read(fname):
author = "Josue Kouka",
author_email = "[email protected]",
url = "https://github.com/josuebrunel/MYQL",
download_url = "https://github.com/josuebrunel/myql/archives/{0}tar.gz".format(__version__),
download_url = "https://github.com/josuebrunel/myql/archives/{0}.tar.gz".format(__version__),
keywords = ['myql', 'yql', 'yahoo', 'query', 'language'],
packages = find_packages(),
classifiers = [
Expand Down

0 comments on commit 26c801f

Please sign in to comment.