Create ryujinx-mako command

This commit is contained in:
TSR Berry 2023-08-24 23:58:00 +02:00
parent 7662dfcc1e
commit 311534b45c
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2

View File

@ -1,5 +1,5 @@
[tool.poetry]
name = "ryujinx-mako"
name = "Ryujinx-Mako"
version = "0.0.0"
description = "A custom GitHub App to aid Ryujinx with project management and moderation"
license = "MIT"
@ -18,6 +18,9 @@ PyYAML = "^6.0.1"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"
[tool.poetry.scripts]
ryujinx-mako = "ryujinx_mako.__main__:run"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"