Added new project
This commit is contained in:
		| @@ -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" | ||||
|   } | ||||
| } | ||||
| @@ -4,7 +4,8 @@ | ||||
|     "Projects": { | ||||
|       "multi-install-cli": "src/multi_install_cli/multi-install-cli.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": {} | ||||
|   } | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "ProjectSettings": { | ||||
|     "Name": "multi-install-apps", | ||||
|     "Name": "multi_install", | ||||
|     "Version": { | ||||
|       "Major": "0", | ||||
|       "Minor": "0", | ||||
| @@ -16,7 +16,7 @@ | ||||
|     "LicenseName": "", | ||||
|     "LicenseDescription": "", | ||||
|     "Dependencies": [ | ||||
|       "sh_cpl>=2021.10.0" | ||||
|       "sh_cpl>=2021.10.2" | ||||
|     ], | ||||
|     "PythonVersion": ">=3.9.2", | ||||
|     "PythonPath": { | ||||
| @@ -28,8 +28,8 @@ | ||||
|     "ProjectType": "library", | ||||
|     "SourcePath": "", | ||||
|     "OutputPath": "../../dist", | ||||
|     "Main": "multi_install_apps.main", | ||||
|     "EntryPoint": "multi-install-apps", | ||||
|     "Main": "multi_install.main", | ||||
|     "EntryPoint": "multi_install", | ||||
|     "IncludePackageData": false, | ||||
|     "Included": [], | ||||
|     "Excluded": [ | ||||
		Reference in New Issue
	
	Block a user