aio-libs / aiodns

Simple DNS resolver for asyncio
https://pypi.python.org/pypi/aiodns
MIT License
532 stars 69 forks source link

Use PEP-0561 to indicate to library users that type hints are available #93

Closed mathieui closed 11 months ago

mathieui commented 3 years ago

Hello,

aiodns contains type hints, but code that uses aiodns does not benefit from having it typed, due to the lack of a "py.typed" file in the module root. This should be easily fixed by creating the file and adding it as package data in the setup script.

ref: https://www.python.org/dev/peps/pep-0561/

JCHacking commented 11 months ago

Hi @mathieui The change is already merged, so you can close this issue as completed.