diff --git a/pyproject.toml b/pyproject.toml index f96b753..56551af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,13 +68,9 @@ superclaude = "superclaude.pytest_plugin" [tool.hatch.build.targets.wheel] packages = ["src/superclaude"] -include = [ - "plugins/**/*.py", - "plugins/**/*.md", - "plugins/**/*.ts", - "plugins/**/*.json", - "plugins/**/*.sh", -] + +[tool.hatch.build.targets.wheel.shared-data] +"plugins" = "share/superclaude/plugins" [tool.hatch.build.targets.sdist] include = [