sh_cpl/unittests/unittests_query/unittests_query.json
2023-02-20 15:55:20 +01:00

43 lines
909 B
JSON

{
"ProjectSettings": {
"Name": "unittest_query",
"Version": {
"Major": "2023",
"Minor": "2",
"Micro": "0"
},
"Author": "",
"AuthorEmail": "",
"Description": "",
"LongDescription": "",
"URL": "",
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2023.2.0",
"cpl-query>=2023.2.0"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {},
"Classifiers": [],
"DevDependencies": []
},
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "unittest_query.main",
"EntryPoint": "unittest_query",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}