from distutils.core import setup setup(name='pysystemmgr', version='1.0', scripts=['system_manager.py'], )