from setuptools import setup setup( name="git_cache", version="1.3.0-pre", entry_points={'console_scripts': ['git-cache = git_cache:_main']}, py_modules=['git_cache'], )