Skip to content

Commit 64c7e2b

Browse files
authored
Merge pull request #4 from surquest/fix
Set tool.hatch.build.targets.wheel package
2 parents 6649e1a + 40583a9 commit 64c7e2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ test = [
2929
"Homepage" = "https://github.com/surquest/python-fastapi-utils"
3030
"Bug Tracker" = "https://github.com/surquest/python-fastapi-utils/issues"
3131

32+
[tool.hatch.build.targets.wheel]
33+
packages = ["src/surquest"]
34+
3235
[tool.hatch.build.targets.wheel.sources]
3336
"src" = ""
3437
"scripts" = "surquest"

0 commit comments

Comments
 (0)