alexdelorenzo / aiopath

📁 Asynchronous pathlib for Python
https://alexdelorenzo.dev
GNU Lesser General Public License v3.0
162 stars 6 forks source link

Package has type annotations but mypy won't use them #28

Open mcclurem opened 1 year ago

mcclurem commented 1 year ago

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?

baggiponte commented 10 months ago

Author added py.typed here #aa29e46 in the 3.12 compatibility branch he is working on.

jesnie commented 5 months ago

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?