Skip to content
Snippets Groups Projects
Verified Commit 2713813f authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: vim-typo

parent ce5e2c6b
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ setup(
name='netdb_client',
version=f'{str(largest_ver)}{".dev1" if os.environ.get("CI_COMMIT_BRANCH", "local") == "devel" else ""}+{os.environ.get("CI_COMMIT_BRANCH", "local")}.{os.environ.get("CI_COMMIT_SHORT_SHA", "HEAD")}',
author='NETVS-Team <netvs@scc.kit.edu>',
description='This is a meta package to install the automatically generated NET-API definitionsi for the currently supported API versions.',
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',
install_requires=['requests', 'semver'],
python_requires='>=3.7',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment