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

4
README
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

0
solconnect.py → bin/pyghmicons Normal file → Executable file
View File

View File

@ -18,5 +18,6 @@
import setuptools
setuptools.setup(
scripts=['bin/pyghmicons', 'bin/pyghmiutil'],
setup_requires=['pbr'],
pbr=True)