Skip to content

Commit 5b2d7a5

Browse files
committed
docs: improve homepage
1 parent d9370c2 commit 5b2d7a5

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

docs/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# modern-python
22

3-
[Copier](https://copier.readthedocs.io/en/stable/) template for modern Python packages.
4-
5-
- GitHub repository: <https://github.com/leodevian/modern-python>
6-
- License: MIT
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)
76

8-
## Requirements
7+
[Copier](https://copier.readthedocs.io/en/stable/) template for modern Python packages.
98

109
This Copier template requires:
1110

@@ -25,8 +24,6 @@ To install Copier and Copier Template-Extensions, use [uv](https://docs.astral.s
2524
uv tool install copier --with copier-template-extensions
2625
```
2726

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

3229
```bash

0 commit comments

Comments
 (0)