Test to trigger test run

I am worried about NumPy 2
This commit is contained in:
Simon Willison 2024-07-17 12:44:22 -07:00 committed by GitHub
commit 903d74497d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",