{ "ProjectSettings": { "Name": "database", "Version": { "Major": "1", "Minor": "0", "Micro": "0.dev1" }, "Author": "Sven Heidemann", "AuthorEmail": "sven.heidemann@sh-edraft.de", "Description": "Keksdose bot - db module", "LongDescription": "Discord bot for the Keksdose discord Server - database module", "URL": "https://www.sh-edraft.de", "CopyrightDate": "2022", "CopyrightName": "sh-edraft.de", "LicenseName": "MIT", "LicenseDescription": "MIT, see LICENSE for more details.", "Dependencies": [ "cpl-core>=2022.10.0.post2" ], "DevDependencies": [ "cpl-cli==2022.10.0" ], "PythonVersion": ">=3.10.4", "PythonPath": { "linux": "" }, "Classifiers": [] }, "BuildSettings": { "ProjectType": "library", "SourcePath": "", "OutputPath": "../../dist", "Main": "database.main", "EntryPoint": "database", "IncludePackageData": false, "Included": [], "Excluded": [ "*/__pycache__", "*/logs", "*/tests" ], "PackageData": {}, "ProjectReferences": [] } }