diff --git a/README b/README index 43df43c2..148e6622 100644 --- a/README +++ b/README @@ -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 diff --git a/solconnect.py b/bin/pyghmicons old mode 100644 new mode 100755 similarity index 100% rename from solconnect.py rename to bin/pyghmicons diff --git a/ipmictl.py b/bin/pyghmiutil similarity index 100% rename from ipmictl.py rename to bin/pyghmiutil diff --git a/setup.py b/setup.py index 70c2b3f3..5dd0ab16 100755 --- a/setup.py +++ b/setup.py @@ -18,5 +18,6 @@ import setuptools setuptools.setup( + scripts=['bin/pyghmicons', 'bin/pyghmiutil'], setup_requires=['pbr'], pbr=True)