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