diff --git a/pyproject.toml b/pyproject.toml index a851218..1dd2416 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,12 +19,13 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = [ - "src/agent", - "src/browser", - "src/config", - "src/controller", - "src/examples", + "agent", + "browser", + "config", + "controller", + "examples", ] +sources = ["src"] [tool.hatch.build.targets.sdist] include = [