Skip to content

Commit 602d6cb

Browse files
committed
pyproject.toml updated, try adding prebuild lua binaries and build scripts to src dist
1 parent 1795af2 commit 602d6cb

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

pyproject.toml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,25 @@ Repository = "https://github.com/DarkCaster/Perpetual.git"
2121
include = ["py_lua_helper.py", "test_example.py"]
2222

2323
[tool.hatch.build.targets.sdist]
24-
include = ["py_lua_helper.py", "test_example.py", "loader.lua", "/test_example"]
24+
include = [
25+
"py_lua_helper.py",
26+
"test_example.py",
27+
"loader.lua",
28+
"/test_example",
29+
"/lua/*.sh",
30+
"/lua/*.patch",
31+
"/lua/*.sha256",
32+
"/lua/lua-*.exe",
33+
]
2534

2635
[tool.hatch.build.targets.wheel]
27-
include = ["py_lua_helper.py", "test_example.py", "loader.lua", "/test_example"]
36+
include = [
37+
"py_lua_helper.py",
38+
"test_example.py",
39+
"loader.lua",
40+
"/test_example",
41+
"/lua/lua.exe",
42+
"/lua/lua",
43+
]
2844

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

0 commit comments

Comments
 (0)