Fixed cpl g path problems & package names #93
This commit is contained in:
@@ -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'
|
||||
|
@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
|
||||
|
||||
"""
|
||||
|
||||
__title__ = 'cpl_discord.application'
|
||||
__title__ = 'application'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
||||
|
@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
|
||||
|
||||
"""
|
||||
|
||||
__title__ = 'cpl_discord.command'
|
||||
__title__ = 'command'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
||||
|
@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
|
||||
|
||||
"""
|
||||
|
||||
__title__ = 'cpl_discord.configuration'
|
||||
__title__ = 'configuration'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
||||
|
@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
|
||||
|
||||
"""
|
||||
|
||||
__title__ = 'cpl_discord.container'
|
||||
__title__ = 'container'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
||||
|
@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
|
||||
|
||||
"""
|
||||
|
||||
__title__ = 'cpl_discord.events'
|
||||
__title__ = 'events'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
||||
|
@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
|
||||
|
||||
"""
|
||||
|
||||
__title__ = 'cpl_discord.helper'
|
||||
__title__ = 'helper'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
||||
|
@@ -11,7 +11,7 @@ sh-edraft Common Python library link between discord.py and CPL
|
||||
|
||||
"""
|
||||
|
||||
__title__ = 'cpl_discord.service'
|
||||
__title__ = 'service'
|
||||
__author__ = 'Sven Heidemann'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'
|
||||
|
Reference in New Issue
Block a user