Skip to content

Commit 2365c20

Browse files
committed
pyproject.toml updated, fixes
1 parent e4e5391 commit 2365c20

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ source = "vcs"
2222

2323
[tool.hatch.build.targets.sdist]
2424
packages = ["python_lua_helper"]
25-
include = [
26-
"/python_lua_helper/lua/lua-windows-*",
27-
]
2825

2926
[tool.hatch.build.targets.wheel]
3027
packages = ["python_lua_helper"]
31-
include = [
32-
"lua/lua.exe",
33-
"lua/lua",
28+
exclude = [
29+
"python_lua_helper/lua/*.sh",
30+
"python_lua_helper/lua/*.patch",
31+
"python_lua_helper/lua/*.sha256",
32+
"python_lua_helper/lua/lua-*",
3433
]
3534

3635
[tool.hatch.build.targets.wheel.hooks.custom]

0 commit comments

Comments
 (0)