From 1396f07ec64e95c09fdaf3647deab38bdc384546 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Wed, 4 Jun 2014 14:36:33 +0900 Subject: [PATCH] fix download link --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.25.1