Skip to content

Commit 4bb9390

Browse files
committed
pyproject.toml: Include the data files when installing the kt package
Signed-off-by: Roxana Nicolescu <rnicolescu@ciq.com>
1 parent cfd2341 commit 4bb9390

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
@@ -35,3 +35,6 @@ py-modules = []
3535
[tool.setuptools.packages.find]
3636
where = ["."]
3737
include = ["kt*"]
38+
39+
[tool.setuptools.package-data]
40+
"kt" = ["data/*.yaml"]

0 commit comments

Comments
 (0)