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',