2021-05-22 12:53:04 +02:00
|
|
|
{
|
|
|
|
"ProjectSettings": {
|
|
|
|
"Name": "simple-console",
|
|
|
|
"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",
|
2022-12-01 12:25:36 +01:00
|
|
|
"PythonPath": {},
|
2021-05-22 12:53:04 +02:00
|
|
|
"Classifiers": []
|
|
|
|
},
|
|
|
|
"BuildSettings": {
|
|
|
|
"ProjectType": "console",
|
|
|
|
"SourcePath": "src",
|
|
|
|
"OutputPath": "dist",
|
|
|
|
"Main": "main",
|
|
|
|
"EntryPoint": "simple-console",
|
|
|
|
"IncludePackageData": false,
|
|
|
|
"Included": [],
|
|
|
|
"Excluded": [
|
|
|
|
"*/__pycache__",
|
|
|
|
"*/logs",
|
|
|
|
"*/tests"
|
|
|
|
],
|
|
|
|
"PackageData": {}
|
|
|
|
}
|
|
|
|
}
|