Skip to content

Commit 1bac14c

Browse files
authored
fix(packaging): include kaizen subpackages in distribution (#84)
1 parent 0438c51 commit 1bac14c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ detect-secrets = { git = "https://github.com/ibm/detect-secrets", branch="master
5656
[tool.setuptools.packages.find]
5757
where = ["."]
5858
exclude = ["explorations*"]
59-
include = ["kaizen"]
59+
include = ["kaizen*"]
6060

6161
[tool.uv]
6262
package = true

0 commit comments

Comments
 (0)