Skip to content

Commit

Permalink
pyproject.toml: Fix project description (fixes #222)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Sep 9, 2023
1 parent 574de69 commit 9c158b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down

0 comments on commit 9c158b2

Please sign in to comment.