]> git.scottworley.com Git - pinch/blobdiff - setup.py
Release 3.0.10
[pinch] / setup.py
index b7d3a26206ab5a80672513c0c21638749fd3fee5..57fc3b9187feae69789d924aedb875496bad565a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,9 @@
 from setuptools import setup
 
 setup(
-    name="pinch",
-    version="1.5.1",
+    name='pinch',
+    version='3.0.10',
     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'],
 )