Publish 2021.4.post1.rc1

This commit is contained in:
2021-05-17 19:43:09 +02:00
parent 69f697e36f
commit f611aa73db
17 changed files with 30 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library Command Line Interface
"""
__title__ = 'cpl_cli.templates.new.console.source.tests'
__title__ = 'cpl_cli._templates.new.console.source.tests'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ sh-edraft Common Python library Command Line Interface
"""
__title__ = 'cpl_cli.templates.new.library.source.tests'
__title__ = 'cpl_cli._templates.new.library.source.tests'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'

View File

@@ -30,7 +30,7 @@
"EntryPoint": "cpl",
"IncludePackageData": true,
"Included": [
"*/templates"
"*/_templates"
],
"Excluded": [
"*/__pycache__",