k4black / fastapi-jwt

FastAPI native extension, easy and simple JWT auth
https://k4black.github.io/fastapi-jwt/
MIT License
127 stars 19 forks source link

missing `py.typed` in packaged releases #35

Open ZeeD opened 9 months ago

ZeeD commented 9 months ago

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?