|
1 | | -# cookiecutter-poetry-example |
| 1 | +# {{cookiecutter.project_name}} |
2 | 2 |
|
3 | | -[](https://img.shields.io/github/v/release/fpgmaas/cookiecutter-poetry-example) |
4 | | -[](https://img.shields.io/github/workflow/status/fpgmaas/cookiecutter-poetry-example/merge-to-main) |
5 | | -[](https://img.shields.io/github/commit-activity/m/fpgmaas/cookiecutter-poetry-example) |
6 | | -[](https://fpgmaas.github.io/cookiecutter-poetry-example/) |
| 3 | +[](https://img.shields.io/github/v/release/fpgmaas/{{cookiecutter.project_name}}) |
| 4 | +[](https://img.shields.io/github/workflow/status/fpgmaas/{{cookiecutter.project_name}}/merge-to-main) |
| 5 | +[](https://img.shields.io/github/commit-activity/m/fpgmaas/{{cookiecutter.project_name}}) |
| 6 | +[](https://fpgmaas.github.io/{{cookiecutter.project_name}}/) |
7 | 7 | [](https://github.com/psf/black) |
8 | 8 | [](https://pycqa.github.io/isort/) |
9 | | -[](https://img.shields.io/github/license/fpgmaas/cookiecutter-poetry-example) |
| 9 | +[](https://img.shields.io/github/license/fpgmaas/{{cookiecutter.project_name}}) |
10 | 10 |
|
11 | 11 | {{cookiecutter.project_description}} |
12 | 12 |
|
13 | | -- **Github repository**: <https://github.com/fpgmaas/cookiecutter-poetry-example/> |
14 | | -- **Documentation** <https://fpgmaas.github.io/cookiecutter-poetry-example/> |
| 13 | +- **Github repository**: <https://github.com/fpgmaas/{{cookiecutter.project_name}}/> |
| 14 | +- **Documentation** <https://fpgmaas.github.io/{{cookiecutter.project_name}}/> |
15 | 15 |
|
16 | 16 | ## Releasing a new version |
17 | 17 |
|
|
0 commit comments