16b62119d7
Update minversion of tox to 3.9.0 to allow inline comments. Add skipsdist and ignore_basepython_conflict for better compatibility and to use correct python version when specified. Move pep8 test requirements to tox.ini for easier management and update requirement versions. Fix a small typo found with new pep8 deps. Add py27 constraints file for Python 2.7 tox jobs. Use wallaby jobs. Remove lower-constraints (it was not used anyway). Fix docs job Change-Id: I1132814a86b46a154b3a8eed5bc3e73ad7950589
41 lines
1.1 KiB
INI
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
|