mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update pyproject.toml
This commit is contained in:
parent
58b6b3e0fe
commit
682d1e40e9
1 changed files with 13 additions and 4 deletions
|
|
@ -1,14 +1,21 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "aiogram"
|
name = "aiogram"
|
||||||
version = "3.0.0-alpha.1"
|
version = "3.0.0-alpha.1"
|
||||||
description = "modern and fully asynchronous framework for Telegram Bot API"
|
description = "Modern and fully asynchronous framework for Telegram Bot API"
|
||||||
authors = ["Alex Root Junior <jroot.junior@gmail.com>"]
|
authors = ["Alex Root Junior <jroot.junior@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://aiogram.2038.io/"
|
homepage = "https://aiogram.dev/"
|
||||||
documentation = "https://aiogram.2038.io/"
|
documentation = "https://docs.aiogram.dev/"
|
||||||
repository = "https://github.com/aiogram/aiogram/"
|
repository = "https://github.com/aiogram/aiogram/"
|
||||||
keywords = []
|
keywords = [
|
||||||
|
"telegram",
|
||||||
|
"bot",
|
||||||
|
"api",
|
||||||
|
"framework",
|
||||||
|
"wrapper",
|
||||||
|
"asyncio",
|
||||||
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
|
|
@ -19,6 +26,8 @@ classifiers = [
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
||||||
|
"Framework :: AsyncIO",
|
||||||
|
"Typing :: Typed",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue