2
0
mirror of https://opendev.org/x/pyghmi synced 2026-06-25 08:50:52 +00:00

Install scripts as well as library

This installs the samples as utilities that can be invoked in the path.
With this, some testing and exploration may be made easier.

Change-Id: I5b7ae5b6e30eea3070dfbcb93d23802b8308d281
This commit is contained in:
Jarrod Johnson
2014-05-08 14:06:01 -04:00
parent af815eee55
commit 6d2a44a868
4 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
This is a pure python implementation of IPMI protocol.
ipmictl.py is a sample application to roughly show the most simple approach to
invoking the library.
pyghmicons and pyghmiutil are example scripts to show how one may incorporate
this library into python code
Regular → Executable
View File
View File
+1
View File
@@ -18,5 +18,6 @@
import setuptools
setuptools.setup(
scripts=['bin/pyghmicons', 'bin/pyghmiutil'],
setup_requires=['pbr'],
pbr=True)