2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-13 11:17:47 +00:00
pyghmi/setup.cfg
Riccardo Pittau d5213a7369 Drop old Python versions
Python 2.6 is dead since a while and we should move out from
Python 3.5 in favor of Python 3.6 and Python 3.7

Change-Id: I36ff0e1bc1db018bb7cce00a741682125aca4ac4
2019-11-22 12:19:11 +01:00

40 lines
1.0 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
[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