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