From 1435e08a8f90eca2094a1a115575f55198e51e58 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 11 Dec 2023 14:40:36 +0000 Subject: [PATCH] Fix project description Closes: #223 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1efc92b..96b5025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" requires-python = ">=3.7" dynamic = ["version"] name = "ansi2html" -description = "Checks playbooks for practices and behavior that could potentially be improved" +description = "Convert text with ANSI color codes to HTML or to LaTeX" readme = "README.md" authors = [{ "name" = "Ralph Bean", "email" = "rbean@redhat.com" }] maintainers = [{ "name" = "Ralph Bean", "email" = "rbean@redhat.com" }]