From 682d1e40e926ebf6977a54a34f2930daa2245e8b Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Wed, 22 Jan 2020 00:38:36 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 58035b0d..d04bdf02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,21 @@ [tool.poetry] name = "aiogram" 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 "] license = "MIT" readme = "README.md" -homepage = "https://aiogram.2038.io/" -documentation = "https://aiogram.2038.io/" +homepage = "https://aiogram.dev/" +documentation = "https://docs.aiogram.dev/" repository = "https://github.com/aiogram/aiogram/" -keywords = [] +keywords = [ + "telegram", + "bot", + "api", + "framework", + "wrapper", + "asyncio", +] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console", @@ -19,6 +26,8 @@ classifiers = [ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Software Development :: Libraries :: Application Frameworks", + "Framework :: AsyncIO", + "Typing :: Typed", ] [tool.poetry.dependencies]