mirror of https://github.com/aristocratos/bpytop
Add console script
parent
a79042bc28
commit
72c26e9901
|
@ -11,6 +11,9 @@ psutil = "^5.7.0"
|
|||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
bpytop = "bpytop:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
|
Loading…
Reference in New Issue