mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-10 20:12:52 +01:00
Comply with PEP561 (#2168)
* Comply with PEP561 * Try harder * third time's (hopefully) a charme
This commit is contained in:
parent
92b9370c23
commit
8e7c0d6976
3 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
include LICENSE LICENSE.lesser Makefile requirements.txt
|
||||
include LICENSE LICENSE.lesser Makefile requirements.txt py.typed
|
||||
|
|
1
setup.py
1
setup.py
|
@ -45,6 +45,7 @@ with codecs.open('README.rst', 'r', 'utf-8') as fd:
|
|||
description="We have made you a wrapper you can't refuse",
|
||||
long_description=fd.read(),
|
||||
packages=packages,
|
||||
package_data={'telegram': ['py.typed']},
|
||||
install_requires=requirements,
|
||||
extras_require={
|
||||
'json': 'ujson',
|
||||
|
|
0
telegram/py.typed
Normal file
0
telegram/py.typed
Normal file
Loading…
Reference in a new issue