We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fdc90 commit 4291152Copy full SHA for 4291152
1 file changed
pyproject.toml
@@ -28,8 +28,9 @@ include = [
28
{ path = "CMakeLists.txt", format = "sdist" },
29
{ path = "*.sh", format = "sdist" },
30
{ path = "mozcentral.version", format = "sdist" },
31
+
32
# Add marker file for pep561
- "python/pythonmonkey/py.typed",
33
+ { path = "python/pythonmonkey/py.typed", format = ["sdist", "wheel"] },
34
]
35
36
0 commit comments