diff --git a/pyproject.toml b/pyproject.toml index 4801633e..399d0638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,11 @@ [tool.poetry] name = "rich" -version = "0.2.0" -description = "Rich Console" +homepage = "https://github.com/willmcgugan/rich" +version = "0.2.2" +description = "Render rich text, tables, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT" +readme = "README.md" [tool.poetry.dependencies] python = "^3.6"