6beec5f3ec
Revert submission 1125402 Reason for revert: Packaging a tar archive of 3rd party sources Reverted Changes: I8908451c0:[SWDEV-482058] Updated Packaging for offline insta... I764c8bf01:[SWDEV-469278] Lowered PyYAML post install script ... Change-Id: I3886b5370e352fc33a249c4657d7ed0c1ee75baf
25 خطوط
565 B
Plaintext
25 خطوط
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
|