Hi.
I'm using your library, and I have found that mypy says
Skipping analyzing "fastapi_jwt": module is installed, but missing library stubs or py.typed marker
In your repository I see that you have a py.typed resource, but it seems it's missing in the published package on pypi (I'm using version 0.2.0 and a ls .venv/lib/python3.12/site-packages/fastapi_jwt yelds just __init__.py, __pycache__, and jwt.py)
As your package is typed and you added the marker, can you update the building tools configuration to embed it?
Hi. I'm using your library, and I have found that
mypy
saysIn your repository I see that you have a
py.typed
resource, but it seems it's missing in the published package on pypi (I'm using version0.2.0
and als .venv/lib/python3.12/site-packages/fastapi_jwt
yelds just__init__.py
,__pycache__
, andjwt.py
)As your package is typed and you added the marker, can you update the building tools configuration to embed it?