Fixed package bug

This commit is contained in:
Profitroll 2023-06-20 12:40:44 +02:00
parent bba0aca25a
commit d352452d94
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -36,7 +36,13 @@ Documentation = "https://git.end-play.xyz/profitroll/LibBotUniversal/wiki"
Tracker = "https://git.end-play.xyz/profitroll/LibBotUniversal/issues"
[tool.setuptools]
packages = ["libbot", "libbot.i18n", "libbot.sync", "libbot.i18n.sync"]
packages = [
"libbot",
"libbot.i18n",
"libbot.sync",
"libbot.i18n.classes",
"libbot.i18n.sync",
]
[tool.setuptools_scm]