Skip to content

Commit d9370c2

Browse files
committed
chore: improve README
1 parent fe04061 commit d9370c2

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# modern-python
22

3-
[Copier](https://copier.readthedocs.io/en/stable/) template for modern Python packages.
3+
![release](https://img.shields.io/github/v/release/leodevian/modern-python)
4+
[![CI](https://img.shields.io/github/actions/workflow/status/leodevian/modern-python/ci.yaml?branch=main&logo=github&label=CI)](https://github.com/leodevian/modern-python/actions/workflows/ci.yaml)
5+
[![license](https://img.shields.io/github/license/leodevian/modern-python)](https://github.com/leodevian/modern-python/blob/main/LICENSE)
46

5-
- GitHub repository: <https://github.com/leodevian/modern-python>
6-
- License: MIT
7+
[Copier](https://copier.readthedocs.io/en/stable/) template for modern Python packages.
78

8-
## Requirements
9+
## Setup and usage
910

1011
This Copier template requires:
1112

@@ -25,8 +26,6 @@ To install Copier and Copier Template-Extensions, use [uv](https://docs.astral.s
2526
uv tool install copier --with copier-template-extensions
2627
```
2728

28-
## Quick usage
29-
3029
Run `copier copy` to generate your Python package:
3130

3231
```bash

0 commit comments

Comments
 (0)