43 lines
899 B
JSON
43 lines
899 B
JSON
|
{
|
||
|
"ProjectSettings": {
|
||
|
"Name": "tools/ontime-calculator",
|
||
|
"Version": {
|
||
|
"Major": "0",
|
||
|
"Minor": "0",
|
||
|
"Micro": "0"
|
||
|
},
|
||
|
"Author": "",
|
||
|
"AuthorEmail": "",
|
||
|
"Description": "",
|
||
|
"LongDescription": "",
|
||
|
"URL": "",
|
||
|
"CopyrightDate": "",
|
||
|
"CopyrightName": "",
|
||
|
"LicenseName": "",
|
||
|
"LicenseDescription": "",
|
||
|
"Dependencies": [
|
||
|
"sh_cpl>=2021.10.2"
|
||
|
],
|
||
|
"PythonVersion": ">=3.9.2",
|
||
|
"PythonPath": {
|
||
|
"linux": ""
|
||
|
},
|
||
|
"Classifiers": []
|
||
|
},
|
||
|
"BuildSettings": {
|
||
|
"ProjectType": "console",
|
||
|
"SourcePath": "",
|
||
|
"OutputPath": "../../dist",
|
||
|
"Main": "tools/_ontime_calculator.main",
|
||
|
"EntryPoint": "tools/ontime-calculator",
|
||
|
"IncludePackageData": false,
|
||
|
"Included": [],
|
||
|
"Excluded": [
|
||
|
"*/__pycache__",
|
||
|
"*/logs",
|
||
|
"*/tests"
|
||
|
],
|
||
|
"PackageData": {},
|
||
|
"ProjectReferences": []
|
||
|
}
|
||
|
}
|