From c4651cf56f9a026fd785c3e41142c21f20ef406c Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 18 Feb 2019 18:05:18 +0100 Subject: [PATCH] python: fix URL in setup.py --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 9afba3213..f2259cdeb 100644 --- a/python/setup.py +++ b/python/setup.py @@ -13,7 +13,7 @@ setup( description = 'Python-support for VILLASnode simulation-data gateway', license = 'GPL-3.0', keywords = 'simulation power system real-time villas', - url = 'https://git.rwth-aachen.de/acs/public/villas/dataprocessing', + url = 'https://git.rwth-aachen.de/acs/public/villas/VILLASnode', packages = [ 'villas.node' ], long_description = long_description, long_description_content_type = 'text/markdown',