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:
parent
1f2e0896fa
commit
a44a342e59
1 changed files with 14 additions and 1 deletions
|
@ -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 <me@steffo.eu>"]
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue