From 35f2234447e93a7eceee78d65a106aaa86de4455 Mon Sep 17 00:00:00 2001 From: Bruno Souza Date: Mon, 13 Jun 2016 14:10:26 -0300 Subject: add pypi badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9507ac8..a262ddb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # python-magic +![pypi badge](https://badge.fury.io/py/python-magic.png) python-magic is a python interface to the libmagic file type identification library. libmagic identifies file types by checking -- cgit v1.2.1 From 050b6e913e9491050b0b416eec3f3f3fcdd8344f Mon Sep 17 00:00:00 2001 From: Bruno Souza Date: Mon, 13 Jun 2016 14:19:53 -0300 Subject: add pypi and travis badges! [ci skip] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a262ddb..98892ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # python-magic -![pypi badge](https://badge.fury.io/py/python-magic.png) +[![PyPI version](https://badge.fury.io/py/python-magic.svg)](https://badge.fury.io/py/python-magic) +[![Build Status](https://travis-ci.org/ahupp/python-magic.svg?branch=master)](https://travis-ci.org/ahupp/python-magic) python-magic is a python interface to the libmagic file type identification library. libmagic identifies file types by checking -- cgit v1.2.1