2021-04-07 18:19:34 +02:00
|
|
|
{
|
|
|
|
"ProjectSettings": {
|
|
|
|
"Name": "sh_cpl-cli",
|
|
|
|
"Version": {
|
|
|
|
"Major": "2021",
|
|
|
|
"Minor": "4",
|
|
|
|
"Micro": ""
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"CopyrightDate": "2020 - 2021",
|
|
|
|
"CopyrightName": "sh-edraft.de",
|
|
|
|
"LicenseName": "MIT",
|
|
|
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
|
|
|
"Dependencies": [
|
2021-04-07 19:18:55 +02:00
|
|
|
"sh_cpl==2021.4.dev1"
|
2021-04-07 18:19:34 +02:00
|
|
|
],
|
|
|
|
"PythonVersion": ">=3.8",
|
|
|
|
"PythonPath": {},
|
|
|
|
"Classifiers": []
|
|
|
|
},
|
|
|
|
"BuildSettings": {
|
|
|
|
"ProjectType": "console",
|
|
|
|
"SourcePath": "",
|
2021-04-07 18:36:08 +02:00
|
|
|
"OutputPath": "../../dist",
|
2021-04-07 19:18:55 +02:00
|
|
|
"Main": "cpl_cli.main",
|
2021-04-07 18:19:34 +02:00
|
|
|
"EntryPoint": "cpl",
|
|
|
|
"IncludePackageData": true,
|
|
|
|
"Included": [
|
|
|
|
"*/templates"
|
|
|
|
],
|
|
|
|
"Excluded": [
|
|
|
|
"*/__pycache__",
|
|
|
|
"*/logs",
|
|
|
|
"*/tests"
|
|
|
|
],
|
|
|
|
"PackageData": {
|
|
|
|
"cpl_cli": [
|
|
|
|
"*.json"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|