blob: 86c74715971d68a22e5ea5c35e1faaa2818521c2 [file] [log] [blame]
Brad Bishop40a360c2016-05-28 18:41:04 -04001from distutils.core import setup
2
3setup(name='pystatemgr',
4 version='1.0',
5 scripts=['discover_system_state.py', 'goto_system_state.py'],
6 )