Rebuild & improved workspace scripts
This commit is contained in:
@@ -6,7 +6,7 @@ set-pip-urls CPL internal tool to set pip URL for CLI by environment
|
||||
|
||||
CPL internal tool to set pip URL for CLI by environment
|
||||
|
||||
:copyright: (c) 2020 - 2022 sh-edraft.de
|
||||
:copyright: (c) 2022 sh-edraft.de
|
||||
:license: MIT, see LICENSE for more details.
|
||||
|
||||
"""
|
||||
@@ -14,7 +14,7 @@ CPL internal tool to set pip URL for CLI by environment
|
||||
__title__ = 'set_pip_urls'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
|
||||
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'
|
||||
__version__ = '2022.6.0'
|
||||
|
||||
from collections import namedtuple
|
||||
|
@@ -11,7 +11,7 @@
|
||||
"Description": "CPL internal tool to set pip URL for CLI by environment",
|
||||
"LongDescription": "CPL internal tool to set pip URL for CLI by environment",
|
||||
"URL": "https://www.sh-edraft.de",
|
||||
"CopyrightDate": "2020 - 2022",
|
||||
"CopyrightDate": "2022",
|
||||
"CopyrightName": "sh-edraft.de",
|
||||
"LicenseName": "MIT",
|
||||
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||
|
@@ -6,7 +6,7 @@ set-version CPL internal tool to set version from branch name
|
||||
|
||||
CPL internal tool to set version from branch name
|
||||
|
||||
:copyright: (c) 2020 - 2022 sh-edraft.de
|
||||
:copyright: (c) 2022 sh-edraft.de
|
||||
:license: MIT, see LICENSE for more details.
|
||||
|
||||
"""
|
||||
@@ -14,7 +14,7 @@ CPL internal tool to set version from branch name
|
||||
__title__ = 'set_version'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
|
||||
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'
|
||||
__version__ = '2022.6.0'
|
||||
|
||||
from collections import namedtuple
|
||||
|
@@ -11,7 +11,7 @@
|
||||
"Description": "CPL internal tool to set version from branch name",
|
||||
"LongDescription": "CPL internal tool to set version from branch name",
|
||||
"URL": "https://www.sh-edraft.de",
|
||||
"CopyrightDate": "2020 - 2022",
|
||||
"CopyrightDate": "2022",
|
||||
"CopyrightName": "sh-edraft.de",
|
||||
"LicenseName": "MIT",
|
||||
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||||
|
Reference in New Issue
Block a user