We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5391 commit 2365c20Copy full SHA for 2365c20
1 file changed
pyproject.toml
@@ -22,15 +22,14 @@ source = "vcs"
22
23
[tool.hatch.build.targets.sdist]
24
packages = ["python_lua_helper"]
25
-include = [
26
- "/python_lua_helper/lua/lua-windows-*",
27
-]
28
29
[tool.hatch.build.targets.wheel]
30
31
32
- "lua/lua.exe",
33
- "lua/lua",
+exclude = [
+ "python_lua_helper/lua/*.sh",
+ "python_lua_helper/lua/*.patch",
+ "python_lua_helper/lua/*.sha256",
+ "python_lua_helper/lua/lua-*",
34
]
35
36
[tool.hatch.build.targets.wheel.hooks.custom]
0 commit comments