Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing py.typed in packaged releases #35

Open
ZeeD opened this issue Jan 24, 2024 · 0 comments
Open

missing py.typed in packaged releases #35

ZeeD opened this issue Jan 24, 2024 · 0 comments

Comments

@ZeeD
Copy link

ZeeD commented Jan 24, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant