From 030b681f088c3eeffe49e4c08fee7039bcb195ff Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Tue, 11 Aug 2026 04:32:08 -0400 Subject: [PATCH] harmonize GitHub description with pyproject.toml so that the description line shown on PyPi matches that of GitHub. --- changelog.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 57bb178d..53dce751 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,11 @@ Features * Add beta support for HashiCorp Boundary tunnels. +Documentation +--------- +* Harmonize GitHub description and `pyproject.toml` description. + + Internal --------- * Remove CRLF line endings from fixture data. diff --git a/pyproject.toml b/pyproject.toml index 20d70925..aae8e217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "mycli" dynamic = ["version"] -description = "CLI for MySQL Database. With auto-completion and syntax highlighting." +description = "Rich terminal client for MySQL with autocompletion, syntax highlighting, and dataframes" readme = "README.md" requires-python = ">=3.10" license = "BSD-3-Clause"