682eb63985
Update jobs and requirements to yoga Also fix tests where needed Change-Id: I5dbf28d0ac77d81cc8f79496777aa15be3c52dd0
32 lines
1014 B
INI
32 lines
1014 B
INI
[metadata]
|
|
name = proliantutils
|
|
summary = Client Library for interfacing with various devices in HP Proliant Servers.
|
|
description-file =
|
|
README.rst
|
|
license = Apache License, Version 2.0
|
|
author = Hewlett Packard Enterprise
|
|
author-email = proliantutils@gmail.com
|
|
home-page = https://opendev.org/x/proliantutils
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Development Status :: 4 - Beta
|
|
Environment :: Console
|
|
Environment :: Web Environment
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
|
|
[files]
|
|
packages =
|
|
proliantutils
|
|
|
|
[entry_points]
|
|
ironic_python_agent.hardware_managers =
|
|
hp-proliant = proliantutils.ipa_hw_manager.hardware_manager:ProliantHardwareManager
|