python-telegram
python-telegram copied to clipboard
Add `py.typed` file
mypy doesn't want to use type annotations in the package unless py.typed file is provided. See PEP-561. It is easy to fix this for the locally installed package – just touch py.typed in the package folder, but it would be better if this file is shipped alongside the package as typehints are already present inline.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
https://github.com/alexander-akhmetov/python-telegram/pull/457