from setuptools import setup setup( name="git_cache", version="1.4.4-pre", description="Cache git content locally", author="Scott Worley", author_email="scottworley@scottworley.com", url="https://git.scottworley.com/git-cache", py_modules=['git_cache'], license="GPL-3.0", entry_points={'console_scripts': ['git-cache = git_cache:_main']}, )