Skip to content

Commit 5a32116

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

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)