From: vunhat_minh Date: Wed, 4 Jun 2014 05:36:33 +0000 (+0900) Subject: fix download link X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=1396f07ec64e95c09fdaf3647deab38bdc384546;hp=1db6c02106dfaa38998daa3f32e1547792bd9f8d fix download link --- diff --git a/setup.py b/setup.py index 275a9a7..046a182 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup(name='rainbowstream', author='Vu Nhat Minh', author_email='nhatminh_179@hotmail.com', url='https://github.com/DTVD/rainbowstream', - download_url='https://github.com/DTVD/rainbowstream/tarball/0.0.1', + download_url='https://github.com/DTVD/rainbowstream/archive/v0.0.1.zip', license='MIT License', packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), include_package_data=True,