From 903d74497de11d37e88aea2fbc2184774fbf4328 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 17 Jul 2024 12:44:22 -0700 Subject: [PATCH] Test to trigger test run I am worried about NumPy 2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06706994..1ad5f6b0 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def get_long_description(): setup( name="sqlite-utils", - description="CLI tool and Python library for manipulating SQLite databases", + description="CLI tool and Python library for creating and manipulating SQLite databases", long_description=get_long_description(), long_description_content_type="text/markdown", author="Simon Willison",