alexdelorenzo / aiopath

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

Declare a package as providing embedded type hints #29

Open asvetlov opened 1 year ago

asvetlov commented 1 year ago

Thanks for the library!

It has pretty good type annotations already. Unfortunately, mypy (and other checkers) cannot use this info without py.typed marker. The PR adds the required file to both source-only and binary distributions.

Thanks!