From d352452d94f7b0924f92ab02ce90f148578cfdae Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 20 Jun 2023 12:40:44 +0200 Subject: [PATCH] Fixed package bug --- pyproject.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c54966..d5f6e13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]