diff --git a/pyproject.toml b/pyproject.toml index 55f40a05..cab5236a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,5 +53,10 @@ path = "bench/__init__.py" [tool.hatch.build.targets.sdist] include = [ - "/bench", + "/bench" +] + +[tool.hatch.build.targets.wheel] +include = [ + "/bench" ]