fa4e488111
python3-clang was only used to generate the python wrapper We now use it only within the docker image for the generator Change-Id: Id574f109b959d72f0734b0df4c26b3bbab3238fd Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
25 líneas
565 B
Plaintext
25 líneas
565 B
Plaintext
# this file is only required for setuptools < 61.0
|
|
# mostly a rhel8 limitation...
|
|
|
|
[metadata]
|
|
name = amdsmi
|
|
author = AMD
|
|
author_email = amd-smi.support@amd.com
|
|
url = https://github.com/RadeonOpenCompute/amdsmi
|
|
description = AMDSMI Python LIB - AMD GPU Monitoring Library
|
|
version = @amd_smi_libraries_VERSION_STRING@
|
|
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
|
|
|
|
[options.package_data]
|
|
* = *.so
|