Skip to content

Commit 4164200

Browse files
committed
pyproject.toml updated
1 parent ed76339 commit 4164200

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ dependencies = []
1515
dev = [ "pytest" ]
1616

1717
[tool.hatch.build.targets.sdist]
18-
include = [
19-
"*.py",
20-
"*.lua",
21-
"test_example",
18+
only-include = [
19+
"/*.py",
20+
"/*.lua",
21+
"/test_example",
22+
"/LICENSE",
2223
]

0 commit comments

Comments
 (0)