]> git.scottworley.com Git - pinch/blobdiff - setup.py
Fix package description in setup.py
[pinch] / setup.py
index 5e71635a6f486ca60b6439d267657b01dd88cbff..50588f111cdc17ec90d74221c90eaa7c2417b1c1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,8 +2,8 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.0.11',
-    description="Cache git content locally",
+    version='3.0.15-pre',
+    description='PIN CHannels - a replacement for `nix-channel --update`',
     author="Scott Worley",
     author_email="scottworley@scottworley.com",
     url="https://git.scottworley.com/pinch",