sh_cpl/unittests/unittests_query/unittests_query.json

43 lines
912 B
JSON
Raw Normal View History

2022-05-26 13:37:15 +02:00
{
"ProjectSettings": {
"Name": "unittest_query",
"Version": {
2022-05-26 16:03:14 +02:00
"Major": "2022",
"Minor": "12",
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": [
"cpl-core>=2022.12.0",
"cpl-query>=2022.12.0"
2022-05-26 13:37:15 +02:00
],
"PythonVersion": ">=3.10.4",
2022-12-01 12:25:36 +01:00
"PythonPath": {},
2022-09-18 11:37:50 +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_query.main",
"EntryPoint": "unittest_query",
2022-05-26 13:37:15 +02:00
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}