1 2 3 4 5 6
from distutils.core import setup setup(name='pyipmitest', version='1.0', scripts=['ipmi_debug.py'], )