blob: 24874aeac7fbefeb99e028e39ce1515fa764e856 [file] [log] [blame]
Brad Bishop40a360c2016-05-28 18:41:04 -04001from distutils.core import setup
2
3setup(name='pystatemgr',
4 version='1.0',
Brad Bishope2c68b32016-08-30 20:07:23 -04005 scripts=['discover_system_state.py'],
Brad Bishop40a360c2016-05-28 18:41:04 -04006 )