
Adds py3 and removes py27 from tox environment Fixes testcases that were failing for py38 environment. Depends-on: https://review.opendev.org/#/c/738168/ Change-Id: I1a5f88c06808449e906d9b8ad43d690136737800
33 lines
1.0 KiB
INI
33 lines
1.0 KiB
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.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[files]
|
|
packages =
|
|
proliantutils
|
|
|
|
[entry_points]
|
|
ironic_python_agent.hardware_managers =
|
|
hp-proliant = proliantutils.ipa_hw_manager.hardware_manager:ProliantHardwareManager
|