mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Fix classifiers list.
This commit is contained in:
parent
f5f3555ae0
commit
b946caabce
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -70,7 +70,7 @@ setup(
|
||||||
description='Is a pretty simple and fully asynchronous library for Telegram Bot API',
|
description='Is a pretty simple and fully asynchronous library for Telegram Bot API',
|
||||||
long_description=get_description(),
|
long_description=get_description(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable'
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
'Framework :: AsyncIO',
|
'Framework :: AsyncIO',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue