From 3dbb5ef477c15ad7acc7760d525db97ba6386428 Mon Sep 17 00:00:00 2001 From: Andreas Heck Date: Wed, 11 May 2016 22:51:16 +0200 Subject: [PATCH] Fixes download URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58dcd34..5c09af1 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ author_email = 'aheck@gmx.de', license='MIT', url = 'https://github.com/aheck/reflectrpc', - download_url = 'https://github.com/aheck/reflectrpc/tarball/0.7', + download_url = 'https://github.com/aheck/reflectrpc/archive/v0.7.tar.gz', keywords = ['json-rpc', 'json', 'rpc', 'webservice'], scripts=['rpcsh'], classifiers = [