1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2020-06-15 21:29:59 +02:00
parent 5ce3ba0446
commit b8d9fbcb2b
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
2 changed files with 8 additions and 2 deletions

View file

@ -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"

View file

@ -1 +1 @@
semantic = "5.8.14" semantic = "5.8.15"