diff --git a/pyproject.toml b/pyproject.toml index 23ce8b3..aef2458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,9 @@ test = [ "Homepage" = "https://github.com/surquest/python-fastapi-utils" "Bug Tracker" = "https://github.com/surquest/python-fastapi-utils/issues" +[tool.hatch.build.targets.wheel] +packages = ["src/surquest"] + [tool.hatch.build.targets.wheel.sources] "src" = "" "scripts" = "surquest"