diff --git a/pyproject.toml b/pyproject.toml index 56551af..31b770f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,9 +68,14 @@ superclaude = "superclaude.pytest_plugin" [tool.hatch.build.targets.wheel] packages = ["src/superclaude"] +include = [ + "src/**", + "plugins/**", +] -[tool.hatch.build.targets.wheel.shared-data] -"plugins" = "share/superclaude/plugins" +[tool.hatch.build.targets.wheel.force-include] +"src" = "superclaude/_src" +"plugins" = "superclaude/_plugins" [tool.hatch.build.targets.sdist] include = [