diff --git a/pyproject.toml b/pyproject.toml index 3f150ce..3eecd35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "redis-om" version = "0.0.12" -description = "A high-level library containing useful Redis abstractions and tools, like an ORM and leaderboard." +description = "Objecting mapping, and more, for Redis." authors = ["Andrew Brookins "] maintainers = ["Andrew Brookins "] license = "BSD-3-Clause"