We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2873001 commit 6cd841aCopy full SHA for 6cd841a
pyproject.toml
@@ -20,9 +20,11 @@ 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 = ["/lua"]
28
29
[tool.hatch.build.targets.wheel]
30
0 commit comments