mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +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]
|
||||
name = "royalnet"
|
||||
version = "5.8.14"
|
||||
version = "5.8.15"
|
||||
description = "A multipurpose bot and web framework"
|
||||
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
||||
license = "AGPL-3.0+"
|
||||
|
@ -80,6 +80,12 @@
|
|||
herald = ["websockets"]
|
||||
coloredlogs = ["coloredlogs"]
|
||||
|
||||
|
||||
# Executable aliases
|
||||
[tool.poetry.scripts]
|
||||
royalnet = 'royalnet.__main__:run'
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
|
|
@ -1 +1 @@
|
|||
semantic = "5.8.14"
|
||||
semantic = "5.8.15"
|
||||
|
|
Loading…
Reference in a new issue