Skip to content

Commit 53c019b

Browse files
committed
fix: targets for wheel need to be defined
1 parent 8516e1f commit 53c019b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ deepset-mcp = "deepset_mcp.main:launch_mcp"
1818
requires = ["hatchling"]
1919
build-backend = "hatchling.build"
2020

21+
[tool.hatch.build.targets.wheel]
22+
packages = ["src/deepset_mcp"]
23+
2124
[dependency-groups]
2225
dev = [
2326
"pytest"

0 commit comments

Comments
 (0)