Skip to content

Commit 288e440

Browse files
authored
Fix: Include Jinja2 template files in package distribution (#69)
2 parents 4070501 + c1c31ef commit 288e440

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openhands/core/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ build-backend = "setuptools.build_meta"
2020
where = ["../.."]
2121
include = ["openhands*"]
2222

23+
[tool.setuptools.package-data]
24+
"*" = ["*.j2"]
25+

0 commit comments

Comments
 (0)