mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
✏ Improve pyproject.toml
This commit is contained in:
parent
c86a157df3
commit
0dcd1c0d69
1 changed files with 10 additions and 1 deletions
|
@ -4,9 +4,18 @@ version = "6.0.0a3"
|
||||||
description = "Royalnet Commands for the RYG community"
|
description = "Royalnet Commands for the RYG community"
|
||||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||||
license = "AGPL-3.0-or-later"
|
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]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.8"
|
||||||
royalnet = "^6.0.0a36"
|
royalnet = "^6.0.0a36"
|
||||||
coloredlogs = "^15.0"
|
coloredlogs = "^15.0"
|
||||||
aiohttp = "^3.7.3"
|
aiohttp = "^3.7.3"
|
||||||
|
|
Loading…
Reference in a new issue