From f892d430cb29dd844201291ae4e2b199c028344a Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Sat, 24 May 2025 01:21:55 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6fee206..f994f06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,3 +12,5 @@ dependencies = [ "pydantic>=2.11.4", "aiohttp>=3.11.18", ] +[tool.setuptools.packages.find] +include = ["*_mcp_module"] \ No newline at end of file