1*cccc3250SBrad Bishopfrom distutils.core import setup
2*cccc3250SBrad Bishop
3*cccc3250SBrad Bishopsetup(name='inventory_upload',
4*cccc3250SBrad Bishop      version='1.0',
5*cccc3250SBrad Bishop      scripts=['inventory_upload.py'],
6*cccc3250SBrad Bishop      )
7