python-telegram icon indicating copy to clipboard operation
python-telegram copied to clipboard

Add `py.typed` file

Open elricbk opened this issue 2 years ago • 1 comments

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.

elricbk avatar Jul 22 '23 20:07 elricbk

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.

stale[bot] avatar Jan 23 '24 06:01 stale[bot]

https://github.com/alexander-akhmetov/python-telegram/pull/457

alexander-akhmetov avatar Mar 30 '24 18:03 alexander-akhmetov