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"]