from distutils.core import setup

setup(
    name="pychassisctl",
    version="1.0",
    scripts=["chassis_control.py"],
)