Compare commits

...

1 commit

Author SHA1 Message Date
Simon Willison
903d74497d
Test to trigger test run
I am worried about NumPy 2
2024-07-17 12:44:22 -07:00

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