]> git.scottworley.com Git - pinch/commitdiff
Fix package description in setup.py
authorScott Worley <scottworley@scottworley.com>
Thu, 15 Feb 2024 07:09:11 +0000 (23:09 -0800)
committerScott Worley <scottworley@scottworley.com>
Thu, 15 Feb 2024 07:09:11 +0000 (23:09 -0800)
Changelog
setup.py

index eb74b27612136bff0873b1ed716f17c1f412f137..395803fdfde0050a36a7b676bf80379c5eeb726b 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,6 @@
 ## [Unreleased]
 - Fix a bash-ism in test.sh, which is #!/bin/sh
+- Fix setup.py package description
 
 
 ## [3.0.14] - 2024-01-24
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",