We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a859b8a commit c65d1d9Copy full SHA for c65d1d9
setup.py
@@ -42,7 +42,7 @@ def run_tests(self):
42
author = 'John DeNero, David Culler, Alvin Wan',
43
author_email = 'ds-instr@berkeley.edu',
44
url = 'https://github.com/dsten/datascience',
45
- download_url = 'https://github.com/github/dsten/tarball/0.1',
+ download_url = 'https://github.com/dsten/datascience/archive/0.1.0.zip',
46
keywords = ['data', 'tools', 'berkeley'],
47
classifiers = [],
48
)
0 commit comments