sh_cpl/src/cpl_query/cpl-query.json

40 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-09-11 22:02:10 +02:00
"Minor": "10",
2022-09-18 11:37:50 +02:00
"Micro": "rc2"
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.",
2022-05-26 16:03:14 +02:00
"Dependencies": [],
2022-06-27 20:07:52 +02:00
"DevDependencies": [],
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": []
}
}