|
1 | 1 | #{{ cookiecutter.hyphenated }} |
2 | 2 |
|
3 | 3 | [](https://pypi.org/project/{{ cookiecutter.hyphenated }}/){% if cookiecutter.github_username %} |
| 4 | +[](https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.hyphenated }}/actions/workflows/test.yml) |
4 | 5 | [](https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.hyphenated }}/releases) |
5 | 6 | [](https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.hyphenated }}/blob/main/LICENSE){% endif %} |
6 | 7 |
|
|