From 3202850dd5e8e3d137b0c5bf8b872488ac1052f6 Mon Sep 17 00:00:00 2001 From: cemrehancavdar Date: Mon, 5 Feb 2024 16:56:38 +0300 Subject: [PATCH] Add package path for wheel build --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cc8c9d79..f7204e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,9 @@ Source = "https://github.com/aminalaee/sqladmin" [tool.hatch.version] path = "sqladmin/__init__.py" + [tool.hatch.build.targets.wheel] +packages = ["/sqladmin"] [tool.hatch.build.targets.sdist] include = ["/sqladmin"]