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