From a731e46584a0b4f8ec021f617292ac0438241539 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Thu, 8 Oct 2020 14:32:25 +0800 Subject: [PATCH] tell mypy that this library is typed --- aiogram/py.typed | 0 setup.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 aiogram/py.typed diff --git a/aiogram/py.typed b/aiogram/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/setup.py b/setup.py index b21b4e57..999a9366 100755 --- a/setup.py +++ b/setup.py @@ -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',