diff --git a/pyproject.toml b/pyproject.toml index 4cbcff3..338abc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ModuBotCore" -version = "0.0.2" +version = "0.0.3" description = "Core utilities for ModuBot-based bots" authors = [{ name = "Endkind", email = "endkind.ender@endkind.net" }] readme = "README.md" @@ -11,5 +11,5 @@ dependencies = ["python-dotenv >= 1.1.0"] requires = ["setuptools"] build-backend = "setuptools.build_meta" -[tool.setuptools] -packages = ["ModuBotCore"] +[tool.setuptools.packages.find] +include = ["ModuBotCore*"]