]> git.scottworley.com Git - pinch/blame - setup.py
fallback git-cache 1.2.1 -> 1.3.1
[pinch] / setup.py
CommitLineData
b5964ec3
SW
1from setuptools import setup
2
3setup(
25e38f08 4 name='pinch',
815e366b 5 version='3.0.4',
b5964ec3 6 py_modules=['pinch'],
25e38f08 7 entry_points={'console_scripts': ['pinch = pinch:main']},
d06918bc 8 dependency_links=['https://scottworley.com/git/git-cache'],
b5964ec3 9)