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

28 lines
655 B
TOML
Raw Normal View History

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-06-21 12:21:59 -05:00
version = '23.0.1.1'
2023-03-10 13:45:51 -06:00
license = {file = "amdsmi/LICENSE"}
readme = {file = "amdsmi/README.md", content-type = "text/markdown"}
description = "SMI LIB - AMD GPU Monitoring Library"
requires-python = ">=3.7"
2023-05-18 16:00:45 -05:00
dependencies = [
'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"]