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',