diff --git a/.gitignore b/.gitignore index 74daafc..97b0fea 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ env .env .coverage htmlcov +build diff --git a/README.md b/README.md index 69079d6..1044114 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Coverage Status][coveralls-image]][coveralls-url] [![Build Status][travis-image]][travis-url] +[![PyPI version][pypi-image]][pypi-url] Pyton library for [Mifiel](https://www.mifiel.com) API. Please read our [documentation](https://www.mifiel.com/api-docs/) for instructions on how to start using the API. @@ -77,3 +78,6 @@ Just clone the repo, install dependencies as you would in development and run `n [travis-image]: https://travis-ci.org/Mifiel/python-api-client.svg?branch=master [travis-url]: https://travis-ci.org/Mifiel/python-api-client + +[pypi-image]: https://badge.fury.io/py/mifiel.svg +[pypi-url]: https://badge.fury.io/py/mifiel