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"