tell mypy that this library is typed

This commit is contained in:
lilydjwg 2020-10-08 14:32:25 +08:00
parent 1e2fe72aca
commit a731e46584
2 changed files with 1 additions and 0 deletions

View file

@ -48,6 +48,7 @@ setup(
author_email='jroot.junior@gmail.com',
description='Is a pretty simple and fully asynchronous framework for Telegram Bot API',
long_description=get_description(),
package_data={"aiogram": ["py.typed"]},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',