From 3a0a1eb23cd2e036672965ac4ca27a1373a92a56 Mon Sep 17 00:00:00 2001 From: jrootjunior Date: Mon, 18 Nov 2019 18:05:47 +0200 Subject: [PATCH] Update package information --- pyproject.toml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bdaac14f..12f13b66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,24 @@ [tool.poetry] name = "aiogram" version = "3.0.0-alpha.0" -description = "is a pretty simple 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/" - +repository = "https://github.com/aiogram/aiogram/" +keywords = [] +classifiers = [ + "Development Status :: 3 - Alpha", + "Environment :: Console", + "Framework :: AsyncIO", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3.7", + "Topic :: Software Development :: Libraries :: Application Frameworks", +] [tool.poetry.dependencies] python = "^3.7"