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": {
2021-08-02 14:03:51 +02:00
"Name": "sh_cpl_query",
2021-07-25 12:24:58 +02:00
"Version": {
"Major": "2021",
"Minor": "10",
"Micro": "3"
},
"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": [
"sh_cpl==2021.4.0.post1"
],
"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": "cpl_query.main",
"EntryPoint": "cpl_query",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}