Open asvetlov opened 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.
py.typed
Thanks!
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!