Add py.typed marker (PEP 561)
pyproject has carried the "Typing :: Typed" classifier without shipping the marker file, so type checkers ignored the inline annotations entirely and the classifier was a false claim. The annotations were always there; only the marker was missing. Caught during the pre-publish audit.
This commit is contained in:
parent
aa51ee82e0
commit
f5a539d4a8