mirror of https://github.com/Textualize/rich.git
update project
This commit is contained in:
parent
ff7e9daf99
commit
b2920e54c2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue