blob: 6493ccbd617fac78f1cd3c95005abfc4cf39035e [file] [log] [blame]
Brad Bishop40a360c2016-05-28 18:41:04 -04001from distutils.core import setup
2
3setup(name='pyinventorymgr',
4 version='1.0',
Brad Bishop7e5ec462016-09-21 09:09:48 -04005 packages=['obmc.inventory'],
Andrew Geisslerd1142e32018-03-28 08:22:14 -07006 scripts=['sync_inventory_items.py'],
Brad Bishop40a360c2016-05-28 18:41:04 -04007 )