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:
parent
fa6d3d87ee
commit
c4651cf56f
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue