]> git.scottworley.com Git - pinch/blobdiff - setup.py
fallback git-cache 1.2.1 -> 1.3.1
[pinch] / setup.py
index 40618e93ae4fdb48fbae30920c3d64c653f72db9..ab680db5a652ec1e718db5fcf23f868c933534b9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,9 @@
 from setuptools import setup
 
 setup(
-    name="pinch",
-    version="2.1.1",
+    name='pinch',
+    version='3.0.4',
     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'],
 )