bpytop/pyproject.toml

23 lines
563 B
TOML
Raw Normal View History

2020-08-22 11:36:38 +00:00
[tool.poetry]
name = "bpytop"
version = "1.0.30"
2020-08-22 11:36:38 +00:00
description = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
readme = "README.md"
2020-08-22 11:52:47 +00:00
authors = ["Aristocratos <jakob@qvantnet.com>"]
homepage = "https://github.com/aristocratos/bpytop"
2020-08-22 11:36:38 +00:00
license = "Apache-2.0"
2020-08-22 18:20:58 +00:00
include = ["bpytop-themes/*.theme"]
2020-08-22 11:36:38 +00:00
[tool.poetry.dependencies]
python = "^3.6"
2020-08-22 11:38:46 +00:00
psutil = "^5.7.0"
2020-08-22 11:36:38 +00:00
[tool.poetry.dev-dependencies]
2020-08-22 11:49:44 +00:00
[tool.poetry.scripts]
bpytop = "bpytop:main"
2020-08-22 11:36:38 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"