mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
5.8.15
This commit is contained in:
parent
5ce3ba0446
commit
b8d9fbcb2b
2 changed files with 8 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalnet"
|
name = "royalnet"
|
||||||
version = "5.8.14"
|
version = "5.8.15"
|
||||||
description = "A multipurpose bot and web framework"
|
description = "A multipurpose bot and web framework"
|
||||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||||
license = "AGPL-3.0+"
|
license = "AGPL-3.0+"
|
||||||
|
@ -80,6 +80,12 @@
|
||||||
herald = ["websockets"]
|
herald = ["websockets"]
|
||||||
coloredlogs = ["coloredlogs"]
|
coloredlogs = ["coloredlogs"]
|
||||||
|
|
||||||
|
|
||||||
|
# Executable aliases
|
||||||
|
[tool.poetry.scripts]
|
||||||
|
royalnet = 'royalnet.__main__:run'
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry>=0.12"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.masonry.api"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
semantic = "5.8.14"
|
semantic = "5.8.15"
|
||||||
|
|
Loading…
Reference in a new issue