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"