Bugfixes in build process

This commit is contained in:
2021-03-08 20:32:09 +01:00
parent 2d7496dd6e
commit 3e33a8a773
19 changed files with 35 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl'
__title__ = 'sh_cpl.cpl'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.application'
__title__ = 'cpl.application'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.configuration'
__title__ = 'cpl.configuration'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.console'
__title__ = 'cpl.console'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.database'
__title__ = 'cpl.database'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.database.connection'
__title__ = 'cpl.database.connection'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.database.context'
__title__ = 'cpl.database.context'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.dependency_injection'
__title__ = 'cpl.dependency_injection'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.environment'
__title__ = 'cpl.environment'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.logging'
__title__ = 'cpl.logging'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.mailing'
__title__ = 'cpl.mailing'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.time'
__title__ = 'cpl.time'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library
"""
__title__ = 'src.cpl.utils'
__title__ = 'cpl.utils'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'