Skip to content

Commit 7f8e45d

Browse files
committed
chore: addition of marker file according to pep561
1 parent 65d5ee5 commit 7f8e45d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ include = [
2828
{ path = "CMakeLists.txt", format = "sdist" },
2929
{ path = "*.sh", format = "sdist" },
3030
{ path = "mozcentral.version", format = "sdist" },
31+
# Add marker file for pep561
32+
"python/pythonmonkey/py.typed",
3133
]
3234

3335

python/pythonmonkey/py.typed

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)