From c65d1d982a999b3d5701020e79a8412eccf7ca4f Mon Sep 17 00:00:00 2001 From: Alvin Wan Date: Fri, 17 Jul 2015 13:03:55 -0700 Subject: [PATCH] updpated setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a06701ddb..b8acc1dac 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def run_tests(self): author = 'John DeNero, David Culler, Alvin Wan', author_email = 'ds-instr@berkeley.edu', url = 'https://github.com/dsten/datascience', - download_url = 'https://github.com/github/dsten/tarball/0.1', + download_url = 'https://github.com/dsten/datascience/archive/0.1.0.zip', keywords = ['data', 'tools', 'berkeley'], classifiers = [], )