From 0cd7492796285d17101184ef892d0353f29191db Mon Sep 17 00:00:00 2001 From: GDeLaurentis Date: Wed, 2 Oct 2019 12:30:58 +0100 Subject: [PATCH] Download url fixed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab1fa07..60f4636 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ author='Giuseppe De Laurentis', author_email='g.dl@hotmail.it', url='https://github.com/GDeLaurentis/lips', - download_url='https://github.com/GDeLaurentis/lips/releases/v0.1.0.tar.gz', + download_url='https://github.com/GDeLaurentis/lips/archive/v0.1.0.tar.gz', keywords=['lips', 'Lorentz Invariant Phase Space', 'Spinor Helicity'], packages=find_packages(), install_requires=['numpy<1.17',