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