We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f08170 commit e78a22fCopy full SHA for e78a22f
pyproject.toml
@@ -23,20 +23,12 @@ source = "vcs"
23
[tool.hatch.build.targets.sdist]
24
packages = ["python_lua_helper"]
25
include = [
26
- "python_lua_helper/*.lua",
27
- "python_lua_helper/*.sh",
28
- "python_lua_helper/*.patch",
29
- "python_lua_helper/*.sha256",
30
"python_lua_helper/lua/lua-windows-*",
31
]
32
33
[tool.hatch.build.targets.wheel]
34
35
36
37
38
39
40
"python_lua_helper/lua/lua.exe",
41
"python_lua_helper/lua/lua",
42
0 commit comments