From 26dda00d2ccc100520a5cee44c628d8036b79fb8 Mon Sep 17 00:00:00 2001 From: Tobias Litherland Date: Sun, 27 Oct 2019 13:14:55 +0100 Subject: [PATCH] Added pypi tag --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac9045c..54a2611 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # fileparse [![Build Status](https://travis-ci.org/tobiasli/fileparse.svg?branch=master)](https://travis-ci.org/tobiasli/fileparse)
-[![Coverage Status](https://coveralls.io/repos/tobiasli/fileparse/badge.svg?branch=master&service=github)](https://coveralls.io/github/tobiasli/fileparse?branch=master) +[![Coverage Status](https://coveralls.io/repos/tobiasli/fileparse/badge.svg?branch=master&service=github)](https://coveralls.io/github/tobiasli/fileparse?branch=master)
+[![PyPI version](https://badge.fury.io/py/fileparse-tobiasli.svg)](https://badge.fury.io/py/fileparse-tobiasli)
`fileparse` is a package for reading the contents of a file and populating a data model with the information found.