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