sh_cpl/src/cpl_cli/cpl_cli.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2021-04-07 18:19:34 +02:00
{
"ProjectSettings": {
2022-04-30 16:33:30 +02:00
"Name": "cpl-cli",
2021-04-07 18:19:34 +02:00
"Version": {
2022-04-30 16:33:30 +02:00
"Major": "2022",
"Minor": "6",
"Micro": "1"
2021-04-07 18:19:34 +02:00
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "sh-edraft Common Python library CLI",
"LongDescription": "sh-edraft Common Python library Command Line Interface",
"URL": "https://www.sh-edraft.de",
2022-04-30 16:33:30 +02:00
"CopyrightDate": "2020 - 2022",
2021-04-07 18:19:34 +02:00
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
2022-04-30 16:33:30 +02:00
"cpl-core>=2022.6.1"
2021-04-07 18:19:34 +02:00
],
"PythonVersion": ">=3.8",
"PythonPath": {},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "console",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "cpl_cli.main",
2021-04-07 18:19:34 +02:00
"EntryPoint": "cpl",
"IncludePackageData": true,
"Included": [
2021-05-17 19:43:09 +02:00
"*/_templates"
2021-04-07 18:19:34 +02:00
],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {
"cpl_cli": [
"*.json"
]
},
"ProjectReferences": []
2021-04-07 18:19:34 +02:00
}
}