Add pyproject.toml

pull/80/head
Claudio Jolowicz 2020-08-22 13:36:38 +02:00
parent 73eb150abe
commit 3b6ce59049
No known key found for this signature in database
GPG Key ID: E6BDB18E3A5888BF
1 changed files with 15 additions and 0 deletions

15
pyproject.toml Normal file
View File

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