Skip to content

Commit 831cee8

Browse files
committed
pyproject.toml updated, hatch_build.py updated
1 parent 215c65e commit 831cee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Repository = "https://github.com/DarkCaster/Perpetual.git"
2121
source = "vcs"
2222

2323
[tool.hatch.build]
24-
include = [ "build-mingw.sh", "*.patch", "*.sha256", ]
24+
include = ["/build-mingw.sh", "/*.patch", "/*.sha256", "/lua-windows-*"]
2525

2626
[tool.hatch.build.targets.sdist]
2727
packages = ["python_lua_helper"]
28-
include = [ "/lua-windows-*" ]
28+
include = ["/build-mingw.sh", "/*.patch", "/*.sha256", "/lua-windows-*"]
2929

3030
[tool.hatch.build.targets.wheel]
3131
packages = ["python_lua_helper"]

0 commit comments

Comments
 (0)