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