Publish 2021.4.post1.rc1
This commit is contained in:
@@ -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'
|
||||
|
@@ -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'
|
||||
|
@@ -30,7 +30,7 @@
|
||||
"EntryPoint": "cpl",
|
||||
"IncludePackageData": true,
|
||||
"Included": [
|
||||
"*/templates"
|
||||
"*/_templates"
|
||||
],
|
||||
"Excluded": [
|
||||
"*/__pycache__",
|
||||
|
Reference in New Issue
Block a user