]>
Commit | Line | Data |
---|---|---|
b5964ec3 SW |
1 | from setuptools import setup |
2 | ||
3 | setup( | |
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 | ) |