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

UPD: remove commit branch from string as all hases are included now.

parent de08ccb4
No related branches found
No related tags found
No related merge requests found
Pipeline #269110 passed
......@@ -33,7 +33,7 @@ class APIGenBuild(build_py):
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")}.{get_gen_version()}',
version=f'{str(largest_ver)}{".dev1" if os.environ.get("CI_COMMIT_BRANCH", "local") == "devel" else ""}+{os.environ.get("CI_COMMIT_SHORT_SHA", "HEAD")}.{get_gen_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',
......
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