From a0a81330326f5268790ed9246857d5e2139a2143 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Sat, 30 Jul 2022 01:03:20 +0530 Subject: [PATCH] build: Include for wheel target --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" ]