2
0
mirror of https://opendev.org/x/pyghmi synced 2024-12-25 04:31:58 +00:00
pyghmi/setup.cfg
Jarrod Johnson 3673666035 Update for modern Debian/Ubuntu build
Change-Id: Ia22d711512137fcaf30174b0e899d6ce7d937fec
2024-06-11 13:26:47 -04:00

41 lines
1.1 KiB
INI

[metadata]
name = pyghmi
summary = Python General Hardware Management Initiative (IPMI and others)
description_file =
README
author = Jarrod Johnson
author_email = jjohnson2@lenovo.com
home_page = http://github.com/openstack/pyghmi/
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[files]
packages =
pyghmi
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
pyghmicons = pyghmi.cmd.pyghmicons:main
pyghmiutil = pyghmi.cmd.pyghmiutil:main
virshbmc = pyghmi.cmd.virshbmc:main
fakebmc = pyghmi.cmd.fakebmc:main