Skip to content

Commit 1dd40a6

Browse files
committed
➕ Add setting the package for where the source code Python should package.
1 parent 2a6086f commit 1dd40a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ default-groups = [
5353

5454
[tool.hatch.build.targets.sdist]
5555
include = ["src/"]
56+
packages = ["src"]
57+
#artifacts = ["slack_mcp/py.typed"]
5658

5759
[tool.hatch.build.targets.wheel]
5860
include = ["src/"]
61+
packages = ["src"]
62+
#artifacts = ["slack_mcp/py.typed"]

0 commit comments

Comments
 (0)