# HG changeset patch # User Jeff Hammel # Date 1717369089 25200 # Node ID 17e3a9b6b4e2f93f9cd0d384cab6da8a73dc9d11 # Parent f7396d92446daa291a384ca289bf540c1508792d string not tuple diff -r f7396d92446d -r 17e3a9b6b4e2 setup.py --- a/setup.py Sun Jun 02 15:50:28 2024 -0700 +++ b/setup.py Sun Jun 02 15:58:09 2024 -0700 @@ -1,6 +1,6 @@ from setuptools import setup -description = "a place to list links + tools", +description = "a place to list links + tools" # :( `twine check` does not like the README # because restructured text changed their tbale format @@ -11,7 +11,7 @@ # description = '' long_description = description -version = "0.4.2" +version = "0.4.3" # dependencies dependencies = [