From 2dad069c47782a732ec07f72aadf08f06015155c Mon Sep 17 00:00:00 2001 From: Mauro Scomparin Date: Tue, 10 Jul 2018 21:06:31 +0200 Subject: [PATCH] Changed git repo url on setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aff181d..772a0e9 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( version = '1.0.1', description = 'gestisce spese e entrate', long_description = long_description, - url = 'https://github.com/scompo/money', + url = 'http://code.scompo.it:3000/scompo/money', author = 'Mauro Scomparin', author_email = 'scompo@gmail.com', license = 'BSD', -- 2.25.1