We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78a22f commit 8deb38eCopy full SHA for 8deb38e
2 files changed
pyproject.toml
@@ -23,14 +23,14 @@ source = "vcs"
23
[tool.hatch.build.targets.sdist]
24
packages = ["python_lua_helper"]
25
include = [
26
- "python_lua_helper/lua/lua-windows-*",
+ "lua/lua-windows-*",
27
]
28
29
[tool.hatch.build.targets.wheel]
30
31
32
- "python_lua_helper/lua/lua.exe",
33
- "python_lua_helper/lua/lua",
+ "lua/lua.exe",
+ "lua/lua",
34
35
36
[tool.hatch.build.targets.wheel.hooks.custom]
python_lua_helper/lua/build-mingw.sh
@@ -34,4 +34,4 @@ make \
MYLDFLAGS="-Os -pie -static -flto -fuse-linker-plugin -ffat-lto-objects"
$compiler-strip --strip-unneeded src/lua.exe
37
-cp src/lua.exe "$script_dir/lua-windows-$arch"
+cp -v src/lua.exe "$script_dir/lua-windows-$arch"
0 commit comments