Skip to content

Commit

Permalink
Add py.typed file (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akhmetov committed Mar 30, 2024
1 parent 993ecf9 commit d7aa536
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ recursive-include telegram/lib *
recursive-include docs *

global-exclude *.pyc

include telegram/py.typed
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def get_version(package):
'telegram': [
'lib/darwin/*',
'lib/linux/*',
'py.typed',
],
},
install_requires=[
Expand Down
Empty file added telegram/py.typed
Empty file.

0 comments on commit d7aa536

Please sign in to comment.