From 3b2ad7b731f60062aa4182e2cb21691a0767ea71 Mon Sep 17 00:00:00 2001 From: James Vickery Date: Mon, 12 Feb 2018 10:20:43 +0000 Subject: [PATCH] Added Python versions badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6371ba1..c4656af 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ *Python module to drive DC motors from a Raspberry Pi using the L293D chip* [![PyPI version](https://badge.fury.io/py/l293d.svg)](https://badge.fury.io/py/l293d) +[![Python versions](https://img.shields.io/pypi/pyversions/l293d.svg)](https://pypi.python.org/pypi/l293d) [![Build Status](https://travis-ci.org/jamesevickery/l293d.svg?branch=master)](https://travis-ci.org/jamesevickery/l293d) [![Documentation Status](https://readthedocs.org/projects/l293d/badge/?version=latest)](http://l293d.readthedocs.io/en/latest/?badge=latest) [![Requirements Status](https://requires.io/github/jamesevickery/l293d/requirements.svg?branch=master)](https://requires.io/github/jamesevickery/l293d/requirements/?branch=master)