From 2955e7ea51f49e4353bda0c4eeb67537cfd06996 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 9 Aug 2020 09:40:17 -0700 Subject: [PATCH] One last update of the new tagline --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b735237b..23071258 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="datasette", version=versioneer.get_version(), cmdclass=versioneer.get_cmdclass(), - description="A tool for exploring and publishing data", + description="An open source multi-tool for exploring and publishing data", long_description=get_long_description(), long_description_content_type="text/markdown", author="Simon Willison",