Skip to content

Commit 5cd106f

Browse files
committed
pyproject.toml updated, remove force-include
1 parent 1b750f1 commit 5cd106f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@ include = [
2929
"/lua/*.sh",
3030
"/lua/*.patch",
3131
"/lua/*.sha256",
32-
"/lua/lua-*.exe",
32+
"/lua/lua-windows-*",
3333
]
3434

35-
[tool.hatch.build.targets.sdist.force-include]
36-
"lua/lua-windows-i686.exe" = "lua/lua-windows-i686.exe"
37-
"lua/lua-windows-x86_64.exe" = "lua/lua-windows-x86_64.exe"
38-
3935
[tool.hatch.build.targets.wheel]
4036
include = [
4137
"py_lua_helper.py",

0 commit comments

Comments
 (0)