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