Include py.typed so Mypy can know the types are available.
cbowdon opened this issue · 3 comments
cbowdon commented
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. :)
barseghyanartur commented
barseghyanartur commented
Released in 0.12.2.
cbowdon commented
Thank you!