chore(workflows): allow workflow dispatch for build

Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
Xuehai Pan 2022-07-29 13:10:10 +08:00
parent 2552357c6a
commit 26067cab84
2 changed files with 63 additions and 26 deletions

View file

@ -7,11 +7,18 @@ name = "nvitop"
description = "An interactive NVIDIA-GPU process viewer, the one-stop solution for GPU process management."
readme = "README.md"
requires-python = ">= 3.5"
authors = [
{name = "Xuehai Pan", email = "XuehaiPan@pku.edu.cn"}
authors = [{ name = "Xuehai Pan", email = "XuehaiPan@pku.edu.cn" }]
license = { text = "GNU General Public License, version 3 (GPLv3)" }
keywords = [
"nvidia",
"nvidia-smi",
"NVIDIA",
"NVML",
"CUDA",
"GPU",
"top",
"monitoring",
]
license = {file = "LICENSE"}
keywords = ["nvidia", "nvidia-smi", "NVIDIA", "NVML", "CUDA", "GPU", "top", "monitoring"]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
@ -44,10 +51,7 @@ dependencies = [
"colorama >= 0.4.0; platform_system == 'Windows'",
"windows-curses >= 2.2.0; platform_system == 'Windows'",
]
dynamic = [
"version",
"optional-dependencies",
]
dynamic = ["version", "optional-dependencies"]
[project.scripts]
nvitop = "nvitop.cli:main"