Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
  • Loading branch information
thombashi committed May 3, 2024
1 parent 25bd9e3 commit caa33e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_release_command_class() -> Dict[str, Type[setuptools.Command]]:
url=REPOSITORY_URL,
author=pkg_info["__author__"],
author_email=pkg_info["__email__"],
description="A pytest plugin to make a test results report with Markdown table format.",
description="A pytest plugin to generate test outcomes reports with markdown table format.",
include_package_data=True,
keywords=["pytest", "plugin", "markdown"],
license=pkg_info["__license__"],
Expand Down

0 comments on commit caa33e7

Please sign in to comment.