barseghyanartur/tld

Include py.typed so Mypy can know the types are available.

Closed this issue · 3 comments

Could you please include an empty src/tld/py.typed file in the next release? This would allow Mypy to use the type annotations that you've defined, and save me having to write a stub. :)

@cbowdon:

Done in branch mypy. However, I'm getting some errors which I did get in past when running mypy, but though they likely to be fixed by now. Could you check and see if you can avoid them (better than simply adding # type: ignore?

Released in 0.12.2.

Thank you!