Comply with PEP561 (#2168)

* Comply with PEP561

* Try harder

* third time's (hopefully) a charme
This commit is contained in:
Bibo-Joshi 2020-11-01 19:33:01 +01:00 committed by GitHub
parent 92b9370c23
commit 8e7c0d6976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
include LICENSE LICENSE.lesser Makefile requirements.txt
include LICENSE LICENSE.lesser Makefile requirements.txt py.typed

View file

@ -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
View file