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