{ "ProjectSettings": { "Name": "cpl-discord", "Version": { "Major": "2022", "Minor": "12", "Micro": "1" }, "Author": "Sven Heidemann", "AuthorEmail": "sven.heidemann@sh-edraft.de", "Description": "sh-edraft Common Python library Discord", "LongDescription": "sh-edraft Common Python library link between discord.py and CPL", "URL": "https://www.sh-edraft.de", "CopyrightDate": "2022 - 2023", "CopyrightName": "sh-edraft.de", "LicenseName": "MIT", "LicenseDescription": "MIT, see LICENSE for more details.", "Dependencies": [ "cpl-core>=2022.12.1", "discord.py==2.1.0", "cpl-query>=2022.12.2.post1" ], "DevDependencies": [ "cpl-cli>=2022.12.1" ], "PythonVersion": ">=3.10", "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { "ProjectType": "library", "SourcePath": "", "OutputPath": "../../dist", "Main": "", "EntryPoint": "", "IncludePackageData": false, "Included": [], "Excluded": [ "*/__pycache__", "*/logs", "*/tests" ], "PackageData": { "cpl_discord": [ ".cpl/*.py" ] }, "ProjectReferences": [] } }