2023-10-24 18:37:12 -05:00
|
|
|
# this file is only required for setuptools < 61.0
|
|
|
|
|
# mostly a rhel8 limitation...
|
|
|
|
|
|
|
|
|
|
[metadata]
|
2023-10-30 22:28:23 -05:00
|
|
|
name = amdsmi
|
2023-11-05 01:22:20 -06:00
|
|
|
author = AMD
|
|
|
|
|
author_email = amd-smi.support@amd.com
|
|
|
|
|
url = https://github.com/RadeonOpenCompute/amdsmi
|
|
|
|
|
description = AMDSMI Python LIB - AMD GPU Monitoring Library
|
2023-10-30 22:28:23 -05:00
|
|
|
version = @amd_smi_libraries_VERSION_STRING@
|
2023-11-05 01:22:20 -06:00
|
|
|
license_file = amdsmi/LICENSE
|
|
|
|
|
classifiers =
|
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
zip_safe = False
|
|
|
|
|
include_package_data = True
|
|
|
|
|
packages = find:
|
|
|
|
|
python_requires = >=3.6
|
|
|
|
|
install_requires=
|
|
|
|
|
PyYAML >= 5.0
|
|
|
|
|
clang >= 14.0
|
2023-11-01 18:36:43 -05:00
|
|
|
|
|
|
|
|
[options.package_data]
|
2023-11-05 01:22:20 -06:00
|
|
|
* = *.so
|