1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-26 21:14:19 +00:00

✏ Improve pyproject.toml

This commit is contained in:
Steffo 2021-01-14 17:26:53 +01:00
parent 1f2e0896fa
commit a44a342e59
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,9 +1,22 @@
[tool.poetry] [tool.poetry]
name = "royalnet" name = "royalnet"
version = "6.0.0a37" version = "6.0.0a37"
description = "A multipurpose bot and web framework" description = "A multipurpose bot framework"
authors = ["Stefano Pigozzi <me@steffo.eu>"] authors = ["Stefano Pigozzi <me@steffo.eu>"]
license = "AGPL-3.0-or-later" 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] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"