diff --git a/pyproject.toml b/pyproject.toml index 7fb545d..9d47975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,12 +64,6 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["agent_reach"] -[tool.hatch.build.targets.wheel.force-include] -"agent_reach/guides" = "agent_reach/guides" -# Keep the whole skill directory so SKILL.md, SKILL_en.md, and references/ ship together. -"agent_reach/skill" = "agent_reach/skill" -"agent_reach/scripts" = "agent_reach/scripts" - [tool.ruff] target-version = "py310" line-length = 100