sh_discord_bot/src/bot/bot.json

56 lines
1.4 KiB
JSON
Raw Normal View History

2022-07-14 16:32:46 +02:00
{
"ProjectSettings": {
"Name": "bot",
"Version": {
"Major": "1",
"Minor": "0",
"Micro": "0.dev1"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "Keksdose bot",
"LongDescription": "Discord bot for the Keksdose discord Server",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2022",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
2022-07-18 14:19:17 +02:00
"cpl-core>=2022.7.0.post4",
"cpl-translation==2022.7.0.post2",
2022-07-16 19:05:39 +02:00
"cpl-query==2022.7.0",
2022-07-18 14:19:17 +02:00
"cpl-discord==2022.7.0.post2"
2022-07-14 16:32:46 +02:00
],
"DevDependencies": [
2022-07-18 14:19:17 +02:00
"cpl-cli>=2022.7.0.post2"
2022-07-14 16:32:46 +02:00
],
"PythonVersion": ">=3.10.4",
"PythonPath": {
"linux": ""
},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "console",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "bot.main",
"EntryPoint": "bot",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
2022-07-17 12:48:41 +02:00
"ProjectReferences": [
"../bot_core/bot-core.json",
"../bot_data/bot-data.json",
"../modules/base/base.json",
"../modules/boot_log/boot-log.json",
"../modules/database/database.json",
"../modules/permission/permission.json"
]
2022-07-14 16:32:46 +02:00
}
}