diff --git a/setup.py b/setup.py index dafb5f2..052458c 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def readme(): include_package_data=True, url='https://github.com/wolcomm/prngmgr', - download_url='https://github.com/prngmgr/%s' % version, + download_url='https://github.com/wolcomm/prngmgr/archive/%s.zip' % version, install_requires=requirements, )