Skip to content

Commit e78a22f

Browse files
committed
pyproject.toml updated
1 parent 5f08170 commit e78a22f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,12 @@ source = "vcs"
2323
[tool.hatch.build.targets.sdist]
2424
packages = ["python_lua_helper"]
2525
include = [
26-
"python_lua_helper/*.lua",
27-
"python_lua_helper/*.sh",
28-
"python_lua_helper/*.patch",
29-
"python_lua_helper/*.sha256",
3026
"python_lua_helper/lua/lua-windows-*",
3127
]
3228

3329
[tool.hatch.build.targets.wheel]
3430
packages = ["python_lua_helper"]
3531
include = [
36-
"python_lua_helper/*.lua",
37-
"python_lua_helper/*.sh",
38-
"python_lua_helper/*.patch",
39-
"python_lua_helper/*.sha256",
4032
"python_lua_helper/lua/lua.exe",
4133
"python_lua_helper/lua/lua",
4234
]

0 commit comments

Comments
 (0)