aiodns icon indicating copy to clipboard operation
aiodns copied to clipboard

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

Open mathieui opened this issue 3 years ago • 0 comments

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/

mathieui avatar Apr 04 '21 17:04 mathieui