Skip to content

Commit

Permalink
Add long description to ansible plugin
Browse files Browse the repository at this point in the history
It copies short description to the long description of ansible plugin,
because we don't have detailed description, but it is enforced by twine
check.

Reference: avocado-framework#5713
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja committed Oct 12, 2023
1 parent 925fdb4 commit 7f72cf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optional_plugins/ansible/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
setup(
name="avocado-framework-plugin-ansible",
description="Adds to Avocado the ability to use ansible modules as dependencies for tests",
long_description="Adds to Avocado the ability to use ansible modules as dependencies for tests",
long_description_content_type="text/x-rst",
version=VERSION,
author="Avocado Developers",
author_email="[email protected]",
Expand Down

0 comments on commit 7f72cf9

Please sign in to comment.