Files
rocm-systems/py-interface/pyproject.toml
T

28 строки
665 B
TOML
Исходник Обычный вид История

2023-03-10 13:45:51 -06:00
# for details see:
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "amdsmi"
authors = [
{name = "AMD", email = "amd-smi.support@amd.com"},
]
2023-07-31 07:42:05 -05:00
version = "23.2.1.0"
2023-03-10 13:45:51 -06:00
license = {file = "amdsmi/LICENSE"}
readme = {file = "amdsmi/README.md", content-type = "text/markdown"}
2023-07-31 07:42:05 -05:00
description = "AMDSMI Python LIB - AMD GPU Monitoring Library"
2023-03-10 13:45:51 -06:00
requires-python = ">=3.7"
2023-05-18 16:00:45 -05:00
dependencies = [
2023-07-31 07:42:05 -05:00
"PyYAML >= 5.0",
"clang >= 14.0"
2023-05-18 16:00:45 -05:00
]
2023-03-10 13:45:51 -06:00
[project.urls]
"Homepage" = "https://github.com/RadeonOpenCompute/amdsmi"
[tool.setuptools]
packages = ["amdsmi"]