Skip to content

Commit 047c046

Browse files
committed
.github: workflow updated, add force include for prebuilt lua exe files
1 parent d617631 commit 047c046

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
@@ -32,6 +32,9 @@ include = [
3232
"/lua/lua-*.exe",
3333
]
3434

35+
[tool.hatch.build.targets.sdist.force-include]
36+
"lua/lua-*.exe" = "lua"
37+
3538
[tool.hatch.build.targets.wheel]
3639
include = [
3740
"py_lua_helper.py",

0 commit comments

Comments
 (0)