Skip to content

Commit fbacce6

Browse files
committed
Added package data
1 parent 7667945 commit fbacce6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ doc = [
8080
"mkdocstrings[python]",
8181
]
8282

83+
[tool.hatch.build.targets.sdist]
84+
include = ["debug_toolbar"]
85+
86+
[tool.hatch.build.targets.wheel]
87+
packages = ["debug_toolbar"]
88+
8389
[tool.hatch.version]
8490
path = "debug_toolbar/__init__.py"
8591

0 commit comments

Comments
 (0)