From c9f0f2cb54eca92db24724fe3bb2dc81953abc4d Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Wed, 12 Aug 2026 05:28:36 -0400 Subject: [PATCH] make the project description slightly shorter foregrounding the key word "MySQL" by making it second. This description appears on PyPi. The GitHub description will be edited to match. --- changelog.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"