1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

python: fix URL in setup.py

This commit is contained in:
Steffen Vogel 2019-02-18 18:05:18 +01:00
parent fa6d3d87ee
commit c4651cf56f

View file

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