diff options
author | Tim Harder <radhermit@gmail.com> | 2021-03-06 10:08:07 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2021-03-06 10:08:07 -0700 |
commit | d6ab71f4ed0b579243f55c1e5afeeb71f9084d25 (patch) | |
tree | 577f02268b6779c6803024669b6c314b25697fd3 /README.rst | |
parent | github: explicitly install twine before uploading (diff) | |
download | pkgdev-d6ab71f4ed0b579243f55c1e5afeeb71f9084d25.tar.gz pkgdev-d6ab71f4ed0b579243f55c1e5afeeb71f9084d25.tar.bz2 pkgdev-d6ab71f4ed0b579243f55c1e5afeeb71f9084d25.zip |
readme: add pypi badge
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -|test| |coverage| +|pypi| |test| |coverage| ====== pkgdev @@ -56,6 +56,8 @@ the following:: .. _snakeoil: https://github.com/pkgcore/snakeoil .. _dependencies: https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt +.. |pypi| image:: https://img.shields.io/pypi/v/pkgdev.svg + :target: https://pypi.python.org/pypi/pkgdev .. |test| image:: https://github.com/pkgcore/pkgdev/workflows/test/badge.svg :target: https://github.com/pkgcore/pkgdev/actions?query=workflow%3A%22test%22 .. |coverage| image:: https://codecov.io/gh/pkgcore/pkgdev/branch/main/graph/badge.svg |