To reproduce: ```python import jsonpatch ``` Run mypy: > error: Skipping analyzing "jsonpatch": module is installed, but missing library stubs or py.typed marker [import-untyped] I guess, we need to drop 2.7 first (#140), before adding type hints makes any sense.