We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd841a commit 719747cCopy full SHA for 719747c
pyproject.toml
@@ -20,11 +20,8 @@ Repository = "https://github.com/DarkCaster/Perpetual.git"
20
[tool.hatch.version]
21
source = "vcs"
22
23
-[tool.hatch.build]
24
-include = ["lua/"]
25
-
26
[tool.hatch.build.targets.sdist]
27
-packages = ["python_lua_helper"]
+include = ["python_lua_helper", "lua/"]
28
29
[tool.hatch.build.targets.wheel]
30
packages = ["python_lua_helper"]
0 commit comments