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": {
"Name": "sh_cpl-query",
2021-07-25 12:24:58 +02:00
"Version": {
"Major": "2021",
"Minor": "10",
2021-11-22 20:54:07 +01:00
"Micro": "3"
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",
"CopyrightDate": "2020 - 2021",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
2021-10-04 09:23:08 +02:00
"sh_cpl-core>=2021.10.0"
2021-07-25 12:24:58 +02:00
],
"PythonVersion": ">=3.9.2",
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": []
}
}