From 3cd38086586af9e0ff80c5ea31cabc418649f27e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 11 Apr 2020 19:39:40 +0200 Subject: [PATCH] [SKIP CI] add pypi badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4274ea3..ef1d33b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # git-batch [![Build Status](https://img.shields.io/drone/build/xoxys/git-batch?logo=drone)](https://cloud.drone.io/xoxys/git-batch) [![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/git-batch) +[![Python Version](https://img.shields.io/pypi/pyversions/git-batch.svg)](https://pypi.org/project/git-batch/) +[![PyPi Status](https://img.shields.io/pypi/status/git-batch.svg)](https://pypi.org/project/git-batch/) +[![PyPi Release](https://img.shields.io/pypi/v/git-batch.svg)](https://pypi.org/project/git-batch/) [![License: MIT](https://img.shields.io/github/license/xoxys/git-batch)](LICENSE) Simple tool to automate cloning a single branch from a list of repositories.