From 0f836b5c7d3cc9b40c37075a6bf10d796d93df5b Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Thu, 8 Apr 2021 20:28:34 +0200 Subject: [PATCH] Published after file move --- src/cpl_cli/templates/new/console/src/__init__.py | 2 +- src/cpl_cli/templates/new/console/src/name/__init__.py | 2 +- src/cpl_cli/templates/new/console/src/tests/__init__.py | 2 +- src/cpl_cli/templates/new/library/src/__init__.py | 2 +- src/cpl_cli/templates/new/library/src/cli/__init__.py | 2 +- src/cpl_cli/templates/new/library/src/name/__init__.py | 2 +- src/cpl_cli/templates/new/library/src/tests/__init__.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/cpl_cli/templates/new/console/src/__init__.py b/src/cpl_cli/templates/new/console/src/__init__.py index 4eb9760f..1ddf7033 100644 --- a/src/cpl_cli/templates/new/console/src/__init__.py +++ b/src/cpl_cli/templates/new/console/src/__init__.py @@ -11,7 +11,7 @@ sh-edraft Common Python library Command Line Interface """ -__title__ = 'cpl_cli.templates.new.console.src' +__title__ = 'cpl_cli.templates.new.console' __author__ = 'Sven Heidemann' __license__ = 'MIT' __copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de' diff --git a/src/cpl_cli/templates/new/console/src/name/__init__.py b/src/cpl_cli/templates/new/console/src/name/__init__.py index 072f95b2..a5d7713c 100644 --- a/src/cpl_cli/templates/new/console/src/name/__init__.py +++ b/src/cpl_cli/templates/new/console/src/name/__init__.py @@ -11,7 +11,7 @@ sh-edraft Common Python library Command Line Interface """ -__title__ = 'cpl_cli.templates.new.console.src.name' +__title__ = 'cpl_cli.templates.new.console.name' __author__ = 'Sven Heidemann' __license__ = 'MIT' __copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de' diff --git a/src/cpl_cli/templates/new/console/src/tests/__init__.py b/src/cpl_cli/templates/new/console/src/tests/__init__.py index fae43cdd..751570a7 100644 --- a/src/cpl_cli/templates/new/console/src/tests/__init__.py +++ b/src/cpl_cli/templates/new/console/src/tests/__init__.py @@ -11,7 +11,7 @@ sh-edraft Common Python library Command Line Interface """ -__title__ = 'cpl_cli.templates.new.console.src.tests' +__title__ = 'cpl_cli.templates.new.console.tests' __author__ = 'Sven Heidemann' __license__ = 'MIT' __copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de' diff --git a/src/cpl_cli/templates/new/library/src/__init__.py b/src/cpl_cli/templates/new/library/src/__init__.py index 886a71e5..b4c7abd9 100644 --- a/src/cpl_cli/templates/new/library/src/__init__.py +++ b/src/cpl_cli/templates/new/library/src/__init__.py @@ -11,7 +11,7 @@ sh-edraft Common Python library Command Line Interface """ -__title__ = 'cpl_cli.templates.new.library.src' +__title__ = 'cpl_cli.templates.new.library' __author__ = 'Sven Heidemann' __license__ = 'MIT' __copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de' diff --git a/src/cpl_cli/templates/new/library/src/cli/__init__.py b/src/cpl_cli/templates/new/library/src/cli/__init__.py index 38bb27e5..4f440b4a 100644 --- a/src/cpl_cli/templates/new/library/src/cli/__init__.py +++ b/src/cpl_cli/templates/new/library/src/cli/__init__.py @@ -11,7 +11,7 @@ sh-edraft Common Python library Command Line Interface """ -__title__ = 'cpl_cli.templates.new.library.src.cli' +__title__ = 'cpl_cli.templates.new.library.cli' __author__ = 'Sven Heidemann' __license__ = 'MIT' __copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de' diff --git a/src/cpl_cli/templates/new/library/src/name/__init__.py b/src/cpl_cli/templates/new/library/src/name/__init__.py index 720f59fb..b2a503fe 100644 --- a/src/cpl_cli/templates/new/library/src/name/__init__.py +++ b/src/cpl_cli/templates/new/library/src/name/__init__.py @@ -11,7 +11,7 @@ sh-edraft Common Python library Command Line Interface """ -__title__ = 'cpl_cli.templates.new.library.src.name' +__title__ = 'cpl_cli.templates.new.library.name' __author__ = 'Sven Heidemann' __license__ = 'MIT' __copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de' diff --git a/src/cpl_cli/templates/new/library/src/tests/__init__.py b/src/cpl_cli/templates/new/library/src/tests/__init__.py index d8e85cff..9d7fd86b 100644 --- a/src/cpl_cli/templates/new/library/src/tests/__init__.py +++ b/src/cpl_cli/templates/new/library/src/tests/__init__.py @@ -11,7 +11,7 @@ sh-edraft Common Python library Command Line Interface """ -__title__ = 'cpl_cli.templates.new.library.src.tests' +__title__ = 'cpl_cli.templates.new.library.tests' __author__ = 'Sven Heidemann' __license__ = 'MIT' __copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'