diff --git a/changelog.md b/changelog.md index 8bd0433d3..415236983 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Upcoming (TBD) ============== +Documentation +--------- +* Shorten/clarify `pyproject.toml` project description. + + Internal --------- * Fix CI by pinning the `openai` library to v2.48.0. diff --git a/pyproject.toml b/pyproject.toml index dafcb76e4..20d47544f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "mycli" dynamic = ["version"] -description = "Rich terminal client for MySQL with autocompletion, syntax highlighting, and dataframes" +description = "Rich MySQL terminal client with autocompletion, syntax highlighting, and dataframes" readme = "README.md" requires-python = ">=3.10" license = "BSD-3-Clause"