Skip to content

Commit 5f08170

Browse files
committed
pyproject.toml updated
1 parent 37d2e36 commit 5f08170

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Repository = "https://github.com/DarkCaster/Perpetual.git"
2121
source = "vcs"
2222

2323
[tool.hatch.build.targets.sdist]
24+
packages = ["python_lua_helper"]
2425
include = [
2526
"python_lua_helper/*.lua",
2627
"python_lua_helper/*.sh",
@@ -30,6 +31,7 @@ include = [
3031
]
3132

3233
[tool.hatch.build.targets.wheel]
34+
packages = ["python_lua_helper"]
3335
include = [
3436
"python_lua_helper/*.lua",
3537
"python_lua_helper/*.sh",

0 commit comments

Comments
 (0)