diff --git a/pyproject.toml b/pyproject.toml index 67ad069..69be3b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "tidb-vector" # this version is usless, now read the version from __init__.py version = "0.0.0" -description = "" +description = "A Python client for TiDB Vector" authors = ["IANTHEREAL "] license = "Apache-2.0" readme = "README.md"