From 0dcd1c0d6963719ce1b511c86ca46f1c4f787c57 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 14 Jan 2021 17:48:08 +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 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c1cf765..9c35b587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,18 @@ version = "6.0.0a3" description = "Royalnet Commands for the RYG community" authors = ["Stefano Pigozzi "] license = "AGPL-3.0-or-later" +readme = "README.md" +repository = "https://github.com/RYGhub/royalpack" +keywords = ["royalnet"] +classifiers = [ + "Development Status :: 3 - Alpha", + "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3.8", +] [tool.poetry.dependencies] -python = "^3.9" +python = "^3.8" royalnet = "^6.0.0a36" coloredlogs = "^15.0" aiohttp = "^3.7.3"