From a3b08732b9f36bc0f218122980db1be7c72ba688 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 15 May 2024 21:31:49 +0200 Subject: [PATCH] Add REUSE badge. (#49) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d38528d..7fcc317 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ SPDX-FileCopyrightText: 2023, Ansible Project [![Discuss on Matrix at #antsibull:ansible.com](https://img.shields.io/matrix/antsibull:ansible.com.svg?server_fqdn=ansible-accounts.ems.host&label=Discuss%20on%20Matrix%20at%20%23antsibull:ansible.com&logo=matrix)](https://matrix.to/#/#antsibull:ansible.com) [![Nox badge](https://github.com/ansible-community/antsibull-docs-parser/actions/workflows/nox.yml/badge.svg)](https://github.com/ansible-community/antsibull-docs-parser/actions/workflows/nox.yml) [![Codecov badge](https://img.shields.io/codecov/c/github/ansible-community/antsibull-docs-parser)](https://codecov.io/gh/ansible-community/antsibull-docs-parser) +[![REUSE status](https://api.reuse.software/badge/github.com/ansible-community/antsibull-docs-parser)](https://api.reuse.software/info/github.com/ansible-community/antsibull-docs-parser) This is a Python library for processing Ansible documentation markup. It is named after [antsibull-docs](https://github.com/ansible-community/antsibull-docs/) where this code originates from. It was moved out to make it easier to reuse the markup code in other projects without having to depend on all of antsibull-docs's dependencies.