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",
12 entry_points
={'console_scripts': ['pinch = pinch:main']}
,
13 dependency_links
=['https://scottworley.com/git/git-cache'],