Skip to content

Commit 4291152

Browse files
authored
chore: fix mixed types in an array in pyproject.toml
1 parent 97fdc90 commit 4291152

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ include = [
2828
{ path = "CMakeLists.txt", format = "sdist" },
2929
{ path = "*.sh", format = "sdist" },
3030
{ path = "mozcentral.version", format = "sdist" },
31+
3132
# Add marker file for pep561
32-
"python/pythonmonkey/py.typed",
33+
{ path = "python/pythonmonkey/py.typed", format = ["sdist", "wheel"] },
3334
]
3435

3536

0 commit comments

Comments
 (0)