django-ninja-jwt icon indicating copy to clipboard operation
django-ninja-jwt copied to clipboard

Add py.typed marker

Open Tatsh opened this issue 1 year ago • 0 comments

The code is mostly typed so I think it should have py.typed included.

Mypy will not recognise this project's imports as being typed without seeing a py.typed file in the module (the ninja_jwt directory). VS Code will not recognise the types without first opening the relevant Python file.

Tatsh avatar Aug 24 '24 06:08 Tatsh