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": {
|
2023-02-20 15:55:20 +01:00
|
|
|
"Major": "2023",
|
|
|
|
"Minor": "2",
|
|
|
|
"Micro": "0"
|
2021-04-07 18:19:34 +02:00
|
|
|
},
|
|
|
|
"Author": "Sven Heidemann",
|
|
|
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
2023-02-20 15:55:20 +01:00
|
|
|
"Description": "CPL CLI",
|
|
|
|
"LongDescription": "CPL Command Line Interface",
|
2021-04-07 18:19:34 +02:00
|
|
|
"URL": "https://www.sh-edraft.de",
|
2022-12-25 12:02:47 +01:00
|
|
|
"CopyrightDate": "2020 - 2023",
|
2021-04-07 18:19:34 +02:00
|
|
|
"CopyrightName": "sh-edraft.de",
|
|
|
|
"LicenseName": "MIT",
|
|
|
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
|
|
|
"Dependencies": [
|
2023-02-20 15:55:20 +01:00
|
|
|
"cpl-core>=2023.2.0"
|
2021-04-07 18:19:34 +02:00
|
|
|
],
|
2022-06-27 20:07:52 +02:00
|
|
|
"DevDependencies": [],
|
2022-04-30 17:15:26 +02:00
|
|
|
"PythonVersion": ">=3.10",
|
2022-06-27 10:52:26 +02:00
|
|
|
"PythonPath": {
|
|
|
|
"linux": "../../venv"
|
|
|
|
},
|
2021-04-07 18:19:34 +02:00
|
|
|
"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": [
|
2021-05-17 19:43:09 +02:00
|
|
|
"*/_templates"
|
2021-04-07 18:19:34 +02:00
|
|
|
],
|
|
|
|
"Excluded": [
|
|
|
|
"*/__pycache__",
|
|
|
|
"*/logs",
|
|
|
|
"*/tests"
|
|
|
|
],
|
|
|
|
"PackageData": {
|
|
|
|
"cpl_cli": [
|
2022-12-18 12:03:41 +01:00
|
|
|
"*.json",
|
|
|
|
".cpl/*.py"
|
2021-04-07 18:19:34 +02:00
|
|
|
]
|
2021-04-11 15:48:59 +02:00
|
|
|
},
|
2022-05-19 18:09:25 +02:00
|
|
|
"ProjectReferences": []
|
2021-04-07 18:19:34 +02:00
|
|
|
}
|
|
|
|
}
|