]> git.scottworley.com Git - pinch/blame_incremental - setup.py
Release 3.0.10
[pinch] / setup.py
... / ...
CommitLineData
1from setuptools import setup
2
3setup(
4 name='pinch',
5 version='3.0.10',
6 py_modules=['pinch'],
7 entry_points={'console_scripts': ['pinch = pinch:main']},
8 dependency_links=['https://scottworley.com/git/git-cache'],
9)