Skip to content

Commit 802266b

Browse files
authored
fix: mark mypyc package with py.typed (#18253)
mypyc is fully typed, so it'd be nice to get rid of mypy errors to do with missing `py.typed` markers when writing `setup.py`s or similar. ```python import mypyc # E: Skipping analyzing "mypyc": module is installed, but missing library stubs or py. typed marker [import-untyped] ```
1 parent 71ec4a6 commit 802266b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ recursive-include mypy/typeshed *.pyi
99

1010
# mypy and mypyc
1111
include mypy/py.typed
12+
include mypyc/py.typed
1213
recursive-include mypy *.py
1314
recursive-include mypyc *.py
1415

mypyc/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)