Skip to content

Commit 0de67eb

Browse files
committed
Add PyPI badges to README.md
1 parent 01a9943 commit 0de67eb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [Cookiecutter][cookiecutter] template for new Python projects
22

3+
[![PyPI](https://img.shields.io/pypi/v/cookie-python)][pypi]
4+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cookie-python)][pypi]
35
[![Build](https://img.shields.io/github/checks-status/smkent/cookie-python/main?label=build)][gh-actions]
46
[![codecov](https://codecov.io/gh/smkent/cookie-python/branch/main/graph/badge.svg)][codecov]
57
[![GitHub stars](https://img.shields.io/github/stars/smkent/cookie-python?style=social)][repo]
@@ -80,5 +82,6 @@ cookiecutter https://github.com/smkent/cookie-python
8082
[poetry-installation]: https://python-poetry.org/docs/#installation
8183
[poetry]: https://python-poetry.org/
8284
[pre-commit]: https://pre-commit.com/
85+
[pypi]: https://pypi.org/project/cookie-python/
8386
[pytest]: https://docs.pytest.org
8487
[repo]: https://github.com/smkent/cookie-python

0 commit comments

Comments
 (0)