diff --git a/pyproject.toml b/pyproject.toml index e4501dc..de5d7f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,12 +57,6 @@ Issues = "https://github.com/capiscio/capiscio-mcp-python/issues" [tool.hatch.build.targets.wheel] packages = ["capiscio_mcp"] -[tool.hatch.build.targets.wheel.force-include] -"capiscio_mcp/_proto/gen/capiscio" = "capiscio_mcp/_proto/gen/capiscio" - -[tool.hatch.build.targets.sdist.force-include] -"capiscio_mcp/_proto/gen/capiscio" = "capiscio_mcp/_proto/gen/capiscio" - [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"]