2022-05-26 13:37:15 +02:00
|
|
|
{
|
|
|
|
"ProjectSettings": {
|
|
|
|
"Name": "unittest_cli",
|
|
|
|
"Version": {
|
2023-02-20 15:55:20 +01:00
|
|
|
"Major": "2023",
|
|
|
|
"Minor": "2",
|
2022-09-30 15:39:41 +02:00
|
|
|
"Micro": "0"
|
2022-05-26 13:37:15 +02:00
|
|
|
},
|
|
|
|
"Author": "",
|
|
|
|
"AuthorEmail": "",
|
|
|
|
"Description": "",
|
|
|
|
"LongDescription": "",
|
|
|
|
"URL": "",
|
|
|
|
"CopyrightDate": "",
|
|
|
|
"CopyrightName": "",
|
|
|
|
"LicenseName": "",
|
|
|
|
"LicenseDescription": "",
|
|
|
|
"Dependencies": [
|
2023-02-20 15:55:20 +01:00
|
|
|
"cpl-core>=2023.2.0",
|
|
|
|
"cpl-cli>=2023.2.0"
|
2022-05-26 13:37:15 +02:00
|
|
|
],
|
|
|
|
"PythonVersion": ">=3.10.4",
|
2022-12-01 12:25:36 +01:00
|
|
|
"PythonPath": {},
|
2022-07-10 17:56:38 +02:00
|
|
|
"Classifiers": [],
|
|
|
|
"DevDependencies": []
|
2022-05-26 13:37:15 +02:00
|
|
|
},
|
|
|
|
"BuildSettings": {
|
|
|
|
"ProjectType": "library",
|
|
|
|
"SourcePath": "",
|
|
|
|
"OutputPath": "../../dist",
|
2022-05-26 14:47:36 +02:00
|
|
|
"Main": "unittest_cli.main",
|
|
|
|
"EntryPoint": "unittest_cli",
|
2022-05-26 13:37:15 +02:00
|
|
|
"IncludePackageData": false,
|
|
|
|
"Included": [],
|
|
|
|
"Excluded": [
|
|
|
|
"*/__pycache__",
|
|
|
|
"*/logs",
|
|
|
|
"*/tests"
|
|
|
|
],
|
|
|
|
"PackageData": {},
|
|
|
|
"ProjectReferences": []
|
|
|
|
}
|
|
|
|
}
|