{ "ProjectSettings": { "Name": "cpl-cli", "Version": { "Major": "2023", "Minor": "4", "Micro": "0" }, "Author": "Sven Heidemann", "AuthorEmail": "sven.heidemann@sh-edraft.de", "Description": "CPL CLI", "LongDescription": "CPL Command Line Interface", "URL": "https://www.sh-edraft.de", "CopyrightDate": "2020 - 2023", "CopyrightName": "sh-edraft.de", "LicenseName": "MIT", "LicenseDescription": "MIT, see LICENSE for more details.", "Dependencies": [ "cpl-core>=2023.4.0" ], "DevDependencies": [], "PythonVersion": ">=3.10", "PythonPath": { "linux": "../../venv" }, "Classifiers": [] }, "BuildSettings": { "ProjectType": "console", "SourcePath": "", "OutputPath": "../../dist", "Main": "cpl_cli.main", "EntryPoint": "cpl", "IncludePackageData": true, "Included": [ "*/_templates" ], "Excluded": [ "*/__pycache__", "*/logs", "*/tests" ], "PackageData": { "cpl_cli": [ "*.json", ".cpl/*.py" ] }, "ProjectReferences": [] } }