1from distutils.core import setup 2 3setup(name='pysystemmgr', 4 version='1.0', 5 packages=['obmc.system'], 6 scripts=['system_manager.py'], 7 ) 8