From 1ba9e082170c8034d15ff7e8c1b5fb14885b225c Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 7 May 2024 17:22:42 -0400 Subject: [PATCH] fix select Signed-off-by: Jinzhe Zeng --- cmd/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pyproject.toml b/cmd/pyproject.toml index 6bf3347..8941a0e 100644 --- a/cmd/pyproject.toml +++ b/cmd/pyproject.toml @@ -36,4 +36,4 @@ root = ".." [tool.hatch.metadata.hooks.custom] [tool.hatch.build.targets.wheel] -packages = [] +bypass-selection = true