Skip to content

Commit 6668b08

Browse files
committed
Fix setuptools package find
1 parent 6f3e903 commit 6668b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ build = [
6464
]
6565

6666
[tool.setuptools.packages.find]
67-
include = ["pytiled-parser", "pytiled-parser.*"]
67+
include = ["pytiled_parser", "pytiled_parser.*"]
6868

6969
[build-system]
7070
requires = ["setuptools", "wheel"]

0 commit comments

Comments
 (0)