hephex / asyncache

Helpers to use cachetools with async functions
MIT License
90 stars 12 forks source link

Add `py.typed` file to the package #14

Closed jacek-jablonski closed 6 months ago

jacek-jablonski commented 1 year ago

Hi, could you please add py.typed file to the package? Otherwise mypy doesn't know it should use type annotations. https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages

Cheers.