from distutils.core import setup setup( name="pydownloadmgr", version="1.0", scripts=["download_manager.py"], )