Update pyproject.toml

This commit is contained in:
Alex Root Junior 2020-01-22 00:38:36 +02:00
parent 58b6b3e0fe
commit 682d1e40e9

View file

@ -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]