sh_cpl/unittests/unittests_shared/unittests_shared.json

43 lines
891 B
JSON
Raw Normal View History

2022-05-26 13:37:15 +02:00
{
"ProjectSettings": {
"Name": "unittest_shared",
"Version": {
2022-05-26 16:03:14 +02:00
"Major": "2022",
"Minor": "6",
"Micro": "17.dev8"
2022-05-26 13:37:15 +02:00
},
"Author": "",
"AuthorEmail": "",
"Description": "",
"LongDescription": "",
"URL": "",
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2022.6.17.dev8"
2022-05-26 13:37:15 +02:00
],
"PythonVersion": ">=3.10.4",
"PythonPath": {
"linux": ""
},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
2022-05-26 14:47:36 +02:00
"Main": "unittest_shared.main",
"EntryPoint": "unittest_shared",
2022-05-26 13:37:15 +02:00
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}