From: Mauro Scomparin Date: Tue, 10 Jul 2018 19:06:31 +0000 (+0200) Subject: Changed git repo url on setup.py X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=2dad069c47782a732ec07f72aadf08f06015155c;p=money.git Changed git repo url on setup.py --- 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',