mirror of https://github.com/aristocratos/bpytop
Add pyproject.toml
parent
73eb150abe
commit
3b6ce59049
|
@ -0,0 +1,15 @@
|
|||
[tool.poetry]
|
||||
name = "bpytop"
|
||||
version = "1.0.16"
|
||||
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
|
||||
authors = ["Aristocratos <admin@qvantnet.com>"]
|
||||
license = "Apache-2.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
Loading…
Reference in New Issue