Skip to content

Commit 6cd841a

Browse files
committed
pyproject.toml updated, hatch_build.py updated
1 parent 2873001 commit 6cd841a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ Repository = "https://github.com/DarkCaster/Perpetual.git"
2020
[tool.hatch.version]
2121
source = "vcs"
2222

23+
[tool.hatch.build]
24+
include = ["lua/"]
25+
2326
[tool.hatch.build.targets.sdist]
2427
packages = ["python_lua_helper"]
25-
include = ["/lua"]
2628

2729
[tool.hatch.build.targets.wheel]
2830
packages = ["python_lua_helper"]

0 commit comments

Comments
 (0)