42 lines
817 B
JSON
42 lines
817 B
JSON
|
{
|
||
|
"ProjectSettings": {
|
||
|
"Name": "startup-app",
|
||
|
"Version": {
|
||
|
"Major": "0",
|
||
|
"Minor": "0",
|
||
|
"Micro": "0"
|
||
|
},
|
||
|
"Author": "",
|
||
|
"AuthorEmail": "",
|
||
|
"Description": "",
|
||
|
"LongDescription": "",
|
||
|
"URL": "",
|
||
|
"CopyrightDate": "",
|
||
|
"CopyrightName": "",
|
||
|
"LicenseName": "",
|
||
|
"LicenseDescription": "",
|
||
|
"Dependencies": [
|
||
|
"sh_cpl==2021.4.2"
|
||
|
],
|
||
|
"PythonVersion": ">=3.9.2",
|
||
|
"PythonPath": {
|
||
|
"linux": ""
|
||
|
},
|
||
|
"Classifiers": []
|
||
|
},
|
||
|
"BuildSettings": {
|
||
|
"ProjectType": "console",
|
||
|
"SourcePath": "src",
|
||
|
"OutputPath": "dist",
|
||
|
"Main": "main",
|
||
|
"EntryPoint": "startup-app",
|
||
|
"IncludePackageData": false,
|
||
|
"Included": [],
|
||
|
"Excluded": [
|
||
|
"*/__pycache__",
|
||
|
"*/logs",
|
||
|
"*/tests"
|
||
|
],
|
||
|
"PackageData": {}
|
||
|
}
|
||
|
}
|