You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bpytop/pyproject.toml

21 lines
490 B

[tool.poetry]
name = "bpytop"
version = "1.0.19"
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
authors = ["Aristocratos <jakob@qvantnet.com>"]
license = "Apache-2.0"
include = ["bpytop-themes/*.theme"]
[tool.poetry.dependencies]
python = "^3.6"
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"