sh_cpl/unittests/unittests_query/unittests_query.json

43 lines
909 B
JSON
Raw Normal View History

2022-05-26 13:37:15 +02:00
{
"ProjectSettings": {
"Name": "unittest_query",
"Version": {
2023-02-20 15:55:20 +01:00
"Major": "2023",
"Minor": "2",
"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-query>=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-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": []
}
}