Skip to content

Commit 6d2a44a

Browse files
author
Jarrod Johnson
committedMay 8, 2014
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
1 parent af815ee commit 6d2a44a

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed
 

‎README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
This is a pure python implementation of IPMI protocol.
22

3-
ipmictl.py is a sample application to roughly show the most simple approach to
4-
invoking the library.
3+
pyghmicons and pyghmiutil are example scripts to show how one may incorporate
4+
this library into python code

‎solconnect.py ‎bin/pyghmicons

File renamed without changes.

‎ipmictl.py ‎bin/pyghmiutil

File renamed without changes.

‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
import setuptools
1919

2020
setuptools.setup(
21+
scripts=['bin/pyghmicons', 'bin/pyghmiutil'],
2122
setup_requires=['pbr'],
2223
pbr=True)

0 commit comments

Comments
 (0)
Please sign in to comment.