File: setup.cfg

package info (click to toggle)
python-pyghmi 1.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,376 kB
  • sloc: python: 21,736; sh: 35; makefile: 18
file content (40 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[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