Closed slavfox closed 2 years ago
Installing the package (0.20.6) with pip only installs the .py files and the shared library. The py.typed marker and the .pyi do not get installed, and are therefore of no use to type checkers.
pip
.py
py.typed
.pyi
Output of check_typedpkg listed in PEP-0561:
check_typedpkg
$ python -m typed_check Levenshtein Package Levenshtein does not support typing.
Thanks for reporting. This is fixed in v0.20.7.
v0.20.7
Installing the package (0.20.6) with
pip
only installs the.py
files and the shared library. Thepy.typed
marker and the.pyi
do not get installed, and are therefore of no use to type checkers.Output of
check_typedpkg
listed in PEP-0561: