44 lines
908 B
JSON
44 lines
908 B
JSON
{
|
|
"ProjectSettings": {
|
|
"Name": "unittest_shared",
|
|
"Version": {
|
|
"Major": "2022",
|
|
"Minor": "10",
|
|
"Micro": "0"
|
|
},
|
|
"Author": "",
|
|
"AuthorEmail": "",
|
|
"Description": "",
|
|
"LongDescription": "",
|
|
"URL": "",
|
|
"CopyrightDate": "",
|
|
"CopyrightName": "",
|
|
"LicenseName": "",
|
|
"LicenseDescription": "",
|
|
"Dependencies": [
|
|
"cpl-core>=2022.10.0"
|
|
],
|
|
"PythonVersion": ">=3.10.4",
|
|
"PythonPath": {
|
|
"linux": ""
|
|
},
|
|
"Classifiers": [],
|
|
"DevDependencies": []
|
|
},
|
|
"BuildSettings": {
|
|
"ProjectType": "library",
|
|
"SourcePath": "",
|
|
"OutputPath": "../../dist",
|
|
"Main": "unittest_shared.main",
|
|
"EntryPoint": "unittest_shared",
|
|
"IncludePackageData": false,
|
|
"Included": [],
|
|
"Excluded": [
|
|
"*/__pycache__",
|
|
"*/logs",
|
|
"*/tests"
|
|
],
|
|
"PackageData": {},
|
|
"ProjectReferences": []
|
|
}
|
|
} |