2020-08-22 11:36:38 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "bpytop"
|
2020-09-12 13:10:39 +00:00
|
|
|
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."
|
2020-08-23 20:53:51 +00:00
|
|
|
readme = "README.md"
|
2020-08-22 11:52:47 +00:00
|
|
|
authors = ["Aristocratos <jakob@qvantnet.com>"]
|
2020-08-23 20:53:51 +00:00
|
|
|
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"
|