Skip to content

Commit f3741dc

Browse files
authored
Merge pull request #21 from smkent/badges
Tweak `README.md` badges, formatting
2 parents 989c5c6 + 3cb9d72 commit f3741dc

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
[Copier][copier] template for Python projects with modern tooling
44

5+
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json)][copier]
56
[![License](https://img.shields.io/github/license/smkent/copier-python)](LICENSE)
67
[![PyPI](https://img.shields.io/pypi/v/copier-python)](https://pypi.org/project/copier-python/)
78
[![Python](https://img.shields.io/pypi/pyversions/copier-python)](https://pypi.org/project/copier-python/)
8-
[![CI](https://github.com/smkent/copier-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/smkent/copier-python/actions/workflows/ci.yaml)
9-
[![Coverage](https://codecov.io/gh/smkent/copier-python/branch/main/graph/badge.svg)](https://codecov.io/gh/smkent/copier-python)
10-
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen?logo=renovatebot)](https://renovatebot.com)
119
[![GitHub stars](https://img.shields.io/github/stars/smkent/copier-python?style=social)](https://github.com/smkent/copier-python)
1210

1311
## Prerequisites
@@ -21,13 +19,12 @@
2119
copier copy "gh:smkent/copier-python" /new/project/path
2220
```
2321

24-
[copier]: https://copier.readthedocs.io
25-
[uv]: https://docs.astral.sh/uv/
26-
2722
## Credits
2823

2924
This template was inspired by [pawamoy/copier-uv][copier-uv] and
3025
[ritwiktiwari/copier-astral][copier-astral] -- Thanks!
3126

27+
[copier]: https://copier.readthedocs.io
3228
[copier-uv]: https://github.com/pawamoy/copier-uv
3329
[copier-astral]: https://github.com/ritwiktiwari/copier-astral
30+
[uv]: https://docs.astral.sh/uv/

0 commit comments

Comments
 (0)