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