Skip to content

Commit 5c7ed70

Browse files
committed
chore: add badges to the README
1 parent 5b2d7a5 commit 5c7ed70

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

changelog.d/+46c93d12.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add badges to `README.md`.

template/README.md.jinja

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# {{ project_name }}
22

3-
- GitHub repository: <{{ repository_url }}>
4-
{%- if docs %}
5-
- Documentation: <{{ documentation_url }}>
6-
{%- endif %}
7-
- License: {{ license }}
3+
[![PyPI](https://img.shields.io/pypi/v/{{ distribution_name }})](https://pypi.org/project/{{ distribution_name }}/)
4+
[![Supported Python versions](https://img.shields.io/pypi/pyversions/{{ distribution_name }}?logo=python)](https://pypi.org/project/{{ distribution_name }}/)
5+
[![CI](https://img.shields.io/github/actions/workflow/status/{{ repository_path }}/ci.yaml?branch=main&logo=github&label=CI)](https://github.com/{{ repository_path }}/actions/workflows/ci.yaml)
6+
[![License](https://img.shields.io/github/license/{{ repository_path }})](https://github.com/{{ repository_path }}/blob/main/LICENSE)
87

98
## Installation
109

0 commit comments

Comments
 (0)