update project

This commit is contained in:
Will McGugan 2019-12-25 16:52:42 +00:00
parent ff7e9daf99
commit b2920e54c2
1 changed files with 4 additions and 2 deletions

View File

@ -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 <willmcgugan@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.6"