Fixed package bug
This commit is contained in:
parent
bba0aca25a
commit
d352452d94
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user