Skip to content

Commit 35530a7

Browse files
authored
chore: add marker file according to pep561
Merge pull request #464 from SaidBySolo/patch-1
2 parents f85aaf5 + 4291152 commit 35530a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ include = [
2828
{ path = "CMakeLists.txt", format = "sdist" },
2929
{ path = "*.sh", format = "sdist" },
3030
{ path = "mozcentral.version", format = "sdist" },
31+
32+
# Add marker file for pep561
33+
{ path = "python/pythonmonkey/py.typed", format = ["sdist", "wheel"] },
3134
]
3235

3336

python/pythonmonkey/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)