diff --git a/pyproject.toml b/pyproject.toml index 68cbe2a9..0710668c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ authors = ["Will McGugan "] license = "MIT" readme = "README.md" classifiers = [ - "Development Status :: 5 - Production/Stable", - "Environment :: Console", + "Development Status :: 5 - Production/Stable", + "Environment :: Console", "Intended Audience :: Developers", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS", @@ -19,19 +19,18 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Typing :: Typed" + "Typing :: Typed", ] -include = ["rich/py.typed"] [tool.poetry.dependencies] python = "^3.6" -typing-extensions = {version = "^3.7.4", python = "<3.8"} -dataclasses = {version=">=0.7,<0.9", python = "~3.6"} +typing-extensions = { version = "^3.7.4", python = "<3.8" } +dataclasses = { version = ">=0.7,<0.9", python = "~3.6" } pygments = "^2.6.0" commonmark = "^0.9.0" colorama = "^0.4.0" -ipywidgets = {version = "^7.5.1", optional = true} +ipywidgets = { version = "^7.5.1", optional = true } [tool.poetry.extras]