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