from distutils.core import setup setup( name="pyflashbmc", version="1.0", scripts=["bmc_update.py"], )