Added new project

This commit is contained in:
Sven Heidemann 2021-11-23 08:16:21 +01:00
parent 1d9a048117
commit 673554dd6d
6 changed files with 6 additions and 20 deletions

View File

@ -1,15 +0,0 @@
{
"TimeFormatSettings": {
"DateFormat": "%Y-%m-%d",
"TimeFormat": "%H:%M:%S",
"DateTimeFormat": "%Y-%m-%d %H:%M:%S.%f",
"DateTimeLogFormat": "%Y-%m-%d_%H-%M-%S"
},
"LoggingSettings": {
"Path": "logs/",
"Filename": "log_$start_time.log",
"ConsoleLogLevel": "ERROR",
"FileLogLevel": "WARN"
}
}

View File

@ -4,7 +4,8 @@
"Projects": { "Projects": {
"multi-install-cli": "src/multi_install_cli/multi-install-cli.json", "multi-install-cli": "src/multi_install_cli/multi-install-cli.json",
"multi-install-apps": "src/multi_install_apps/multi-install-apps.json", "multi-install-apps": "src/multi_install_apps/multi-install-apps.json",
"test": "src/test/test.json" "test": "src/test/test.json",
"multi_install": "src/multi_install/multi_install.json"
}, },
"Scripts": {} "Scripts": {}
} }

View File

@ -1,6 +1,6 @@
{ {
"ProjectSettings": { "ProjectSettings": {
"Name": "multi-install-apps", "Name": "multi_install",
"Version": { "Version": {
"Major": "0", "Major": "0",
"Minor": "0", "Minor": "0",
@ -16,7 +16,7 @@
"LicenseName": "", "LicenseName": "",
"LicenseDescription": "", "LicenseDescription": "",
"Dependencies": [ "Dependencies": [
"sh_cpl>=2021.10.0" "sh_cpl>=2021.10.2"
], ],
"PythonVersion": ">=3.9.2", "PythonVersion": ">=3.9.2",
"PythonPath": { "PythonPath": {
@ -28,8 +28,8 @@
"ProjectType": "library", "ProjectType": "library",
"SourcePath": "", "SourcePath": "",
"OutputPath": "../../dist", "OutputPath": "../../dist",
"Main": "multi_install_apps.main", "Main": "multi_install.main",
"EntryPoint": "multi-install-apps", "EntryPoint": "multi_install",
"IncludePackageData": false, "IncludePackageData": false,
"Included": [], "Included": [],
"Excluded": [ "Excluded": [