mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2025-08-15 09:41:10 +00:00
Create ryujinx-mako command
This commit is contained in:
parent
7662dfcc1e
commit
311534b45c
|
@ -1,5 +1,5 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ryujinx-mako"
|
name = "Ryujinx-Mako"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
description = "A custom GitHub App to aid Ryujinx with project management and moderation"
|
description = "A custom GitHub App to aid Ryujinx with project management and moderation"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -18,6 +18,9 @@ PyYAML = "^6.0.1"
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "^23.7.0"
|
black = "^23.7.0"
|
||||||
|
|
||||||
|
[tool.poetry.scripts]
|
||||||
|
ryujinx-mako = "ryujinx_mako.__main__:run"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in a new issue