Open mcclurem opened 1 year ago
Author added py.typed here #aa29e46 in the 3.12 compatibility branch he is working on.
I can see that the author has added py.typed
but on my system it's still not being installed. Is it being picked up by the packaging?
I was thrilled to see that you're using type annotations, but mypy doesn't like it because you're missing py.typed in the package. Can you add it so that mypy will scan for your annotations?