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