Renamed projects

This commit is contained in:
2021-11-15 01:22:20 +01:00
parent c82e8e3065
commit eda1caf36a
9 changed files with 36 additions and 30 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

@@ -1,9 +0,0 @@
from cpl_core.console import Console
def main():
Console.write_line('Hello World')
if __name__ == '__main__':
main()

View File

@@ -1,6 +1,6 @@
{
"ProjectSettings": {
"Name": "modules_core",
"Name": "modules-core",
"Version": {
"Major": "0",
"Minor": "0",
@@ -29,7 +29,7 @@
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "modules_core.main",
"EntryPoint": "modules_core",
"EntryPoint": "modules-core",
"IncludePackageData": false,
"Included": [],
"Excluded": [