X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/a085d7e37f649b0aae8d22e4dfb448049827b989..ed0517bb28862e635f8526d4c08ef1e5e808d37d:/setup.py diff --git a/setup.py b/setup.py index a201941..6ed20b6 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,9 @@ from setuptools import setup setup( - name="pinch", - version="2.0.0", + name='pinch', + version='3.0.8', py_modules=['pinch'], - entry_points={"console_scripts": ["pinch = pinch:main"]}, + entry_points={'console_scripts': ['pinch = pinch:main']}, + dependency_links=['https://scottworley.com/git/git-cache'], )