diff --git a/README.md b/README.md index 101090bd273b381c08e9ab36caa99ddf5ff47090..3b30ebfa0d507d4687c584accbf23d94e1893667 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ An example config can be found in this repo (`example_config.ini`). Be aware to See the [API 4.0 Release Notes](https://doku.netdb.scc.kit.edu/webapi/4.0/relnotes/). ## Examples -More examples can be found in our repository [net-api-python-scripts](https://git.scc.kit.edu/scc-net/net-api-python-scripts) where we store some handy scripts for our daily work and some time-consuming tasks. +More examples can be found in our repository [net-api-python-scripts](https://gitlab.kit.edu/scc-net/net-api-python-scripts) where we store some handy scripts for our daily work and some time-consuming tasks. ### Basic queries List all BCDs: ```python diff --git a/setup.py b/setup.py index fac2261f46589b63d352f4135cdc4925de181b09..8eba25163df582bede2d23c888d4540e5bf27586 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( version=f'{str(largest_ver)}{".post" + str(post_version) if post_version is not None else ""}{".dev1" if os.environ.get("CI_COMMIT_BRANCH", "local") == "devel" else ""}+{util_version}', author='NETVS-Team <netvs@scc.kit.edu>', description='This is a meta package to install the automatically generated NET-API definitions for the currently supported API versions.', - url='https://git.scc.kit.edu/scc-net/net-suite/netdb-client-lib', + url='https://gitlab.kit.edu/scc-net/netvs/netdb-client', install_requires=['requests'], python_requires='>=3.7', packages=['netdb_client'],