1from distutils.core import setup 2 3setup(name='pyinventorymgr', 4 version='1.0', 5 scripts=['inventory_items.py', 'sync_inventory_items.py'], 6 ) 7