Add console script

pull/80/head
Claudio Jolowicz 2020-08-22 13:49:44 +02:00
parent a79042bc28
commit 72c26e9901
No known key found for this signature in database
GPG Key ID: E6BDB18E3A5888BF
1 changed files with 3 additions and 0 deletions

View File

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