Skip to content

Commit

Permalink
fixes download_url entry in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smdabdoub committed May 17, 2014
1 parent fa80e7b commit 0bfe394
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 @@ -10,7 +10,7 @@
author = 'Shareef Dabdoub',
author_email = '[email protected]',
url = 'https://github.com/smdabdoub/qiime-tools',
download_url = 'https://github.com/smdabdoub/qiime-tools/tarball/1.0',
download_url = 'https://github.com/smdabdoub/qiime-tools/archive/1.0.0.tar.gz',
install_requires=requires,
keywords = ['bioinformatics', 'QIIME', 'microbial ecology', '16S', 'microbiology'],
license='MIT'
Expand Down

0 comments on commit 0bfe394

Please sign in to comment.