We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d2e36 commit 5f08170Copy full SHA for 5f08170
1 file changed
pyproject.toml
@@ -21,6 +21,7 @@ Repository = "https://github.com/DarkCaster/Perpetual.git"
21
source = "vcs"
22
23
[tool.hatch.build.targets.sdist]
24
+packages = ["python_lua_helper"]
25
include = [
26
"python_lua_helper/*.lua",
27
"python_lua_helper/*.sh",
@@ -30,6 +31,7 @@ include = [
30
31
]
32
33
[tool.hatch.build.targets.wheel]
34
35
36
37
0 commit comments