]> git.scottworley.com Git - pinch/blame - setup.py
Release 3.0.10
[pinch] / setup.py
CommitLineData
b5964ec3
SW
1from setuptools import setup
2
3setup(
25e38f08 4 name='pinch',
df45b011 5 version='3.0.10',
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)