From 5eebf71316e41d1a8572931a9bb178713beee223 Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Sun, 4 Mar 2018 20:57:15 +0000 Subject: [PATCH] Switched broken pypip.in badges to shields.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 007dde8..7e7129f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gtasks: a better Google Tasks Package -[![Latest Version](https://pypip.in/version/gtasks/badge.svg?style=flat)](https://pypi.python.org/pypi/gtasks/) -[![Downloads](https://pypip.in/download/gtasks/badge.svg?style=flat)](https://pypi.python.org/pypi/gtasks/) +[![Latest Version](https://img.shields.io/pypi/v/gtasks.svg?style=flat)](https://pypi.python.org/pypi/gtasks/) +[![Downloads](https://img.shields.io/pypi/dm/gtasks.svg?style=flat)](https://pypi.python.org/pypi/gtasks/) ## Overview Gtasks is a Google Tasks python package that emphasizes simplicity and ease of use. If you've ever felt frustrated with Google's [Tasks API Client Library](https://developers.google.com/api-client-library/python/apis/tasks/v1), then Gtasks is for you.