1 from setuptools
import setup
6 description
="Cache git content locally",
8 author_email
="scottworley@scottworley.com",
9 url
="https://git.scottworley.com/git-cache",
10 py_modules
=['git_cache'],
12 entry_points
={'console_scripts': ['git-cache = git_cache:_main']}
,