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