sh_cpl/src/cpl_query/cpl-query.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2021-07-25 12:24:58 +02:00
{
"ProjectSettings": {
2022-04-30 16:33:30 +02:00
"Name": "cpl-query",
2021-07-25 12:24:58 +02:00
"Version": {
2022-04-30 16:41:52 +02:00
"Major": "2022",
2022-04-30 16:33:30 +02:00
"Minor": "6",
"Micro": "17.dev4"
2021-07-25 12:24:58 +02:00
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "sh-edraft Common Python library Query",
"LongDescription": "sh-edraft Common Python library Python integrated Queries",
"URL": "https://www.sh-edraft.de",
2022-05-25 19:59:38 +02:00
"CopyrightDate": "2021 - 2022",
2021-07-25 12:24:58 +02:00
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"cpl-core>=2022.6.17.dev4"
2021-07-25 12:24:58 +02:00
],
2022-04-30 17:15:26 +02:00
"PythonVersion": ">=3.10",
2021-07-26 15:55:08 +02:00
"PythonPath": {},
2021-07-25 12:24:58 +02:00
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "",
"EntryPoint": "",
"IncludePackageData": true,
2021-07-25 12:24:58 +02:00
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}