From a44a342e592a14dc6f0949d3546f2c824ad976a8 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 14 Jan 2021 17:26:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Improve=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb188c7d..1196c310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,22 @@ [tool.poetry] name = "royalnet" version = "6.0.0a37" -description = "A multipurpose bot and web framework" +description = "A multipurpose bot framework" authors = ["Stefano Pigozzi "] license = "AGPL-3.0-or-later" +readme = "README.md" +repository = "https://github.com/Steffo99/royalnet" +documentation = "https://royalnet-6.readthedocs.io/" +keywords = ["royalnet"] +classifiers = [ + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3.8", + "Topic :: Communications :: Chat", + "Typing :: Typed" +] [tool.poetry.dependencies] python = "^3.8"