Repaired build & publish #93

This commit is contained in:
2022-12-01 12:17:26 +01:00
parent 186b336bf3
commit 6aef49de40
30 changed files with 30 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'cpl-discord'
__title__ = 'cpl_discord'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'application'
__title__ = 'cpl_discord.application'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'command'
__title__ = 'cpl_discord.command'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'configuration'
__title__ = 'cpl_discord.configuration'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'container'
__title__ = 'cpl_discord.container'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'events'
__title__ = 'cpl_discord.events'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'helper'
__title__ = 'cpl_discord.helper'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
"""
__title__ = 'service'
__title__ = 'cpl_discord.service'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'