From f82d7cd11b57c302d0530329a79b5e170a806e72 Mon Sep 17 00:00:00 2001 From: Endkind Date: Tue, 17 Jun 2025 22:37:38 +0200 Subject: [PATCH] Aktualisiere Versionsnummer auf 0.0.3 und verbessere die Paketfindung in der setuptools-Konfiguration. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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*"]