From b2920e54c249f926860d2f10d83e5cb4ff1992f3 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 25 Dec 2019 16:52:42 +0000 Subject: [PATCH] update project --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"