mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
tell mypy that this library is typed
This commit is contained in:
parent
1e2fe72aca
commit
a731e46584
2 changed files with 1 additions and 0 deletions
1
setup.py
1
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue