Rebuild & improved workspace scripts

This commit is contained in:
2022-05-25 19:59:38 +02:00
parent d8168f024c
commit 7ee0b951a8
9 changed files with 16 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query
sh-edraft Common Python library Python integrated Queries
:copyright: (c) 2020 - 2022 sh-edraft.de
:copyright: (c) 2021 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries
__title__ = 'cpl_query'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
__version__ = '2022.6.16.dev2'
from collections import namedtuple

View File

@@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query
sh-edraft Common Python library Python integrated Queries
:copyright: (c) 2020 - 2022 sh-edraft.de
:copyright: (c) 2021 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries
__title__ = 'cpl_query._query'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
__version__ = '2022.6.16.dev2'
from collections import namedtuple

View File

@@ -11,7 +11,7 @@
"Description": "sh-edraft Common Python library Query",
"LongDescription": "sh-edraft Common Python library Python integrated Queries",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2020 - 2022",
"CopyrightDate": "2021 - 2022",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",

View File

@@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query
sh-edraft Common Python library Python integrated Queries
:copyright: (c) 2020 - 2022 sh-edraft.de
:copyright: (c) 2021 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries
__title__ = 'cpl_query.extension'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
__version__ = '2022.6.16.dev2'
from collections import namedtuple