This commit is contained in:
Simon Willison 2025-11-23 21:37:17 +01:00 committed by GitHub
commit 484f8f9943
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",