From ce69cb323ce51ab9bd8b13e9e83ffd93efd255e8 Mon Sep 17 00:00:00 2001 From: Alexander Pitkin Date: Wed, 27 Mar 2019 02:10:00 +0300 Subject: [PATCH 1/2] Add pypi version badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5399cb670..ce10875ef1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ # sentry-python - Sentry SDK for Python +[![PyPi page link -- version](https://img.shields.io/pypi/v/sentry-sdk.svg)](https://pypi.python.org/pypi/sentry-sdk) [![Build Status](https://travis-ci.com/getsentry/sentry-python.svg?branch=master)](https://travis-ci.com/getsentry/sentry-python) To learn about how to use the SDK: From 3c5f583e29828fecefe0695e34aa353b93fac5e7 Mon Sep 17 00:00:00 2001 From: Alexander Pitkin Date: Wed, 27 Mar 2019 02:18:53 +0300 Subject: [PATCH 2/2] Add licence badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce10875ef1..c327183b2d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![PyPi page link -- version](https://img.shields.io/pypi/v/sentry-sdk.svg)](https://pypi.python.org/pypi/sentry-sdk) [![Build Status](https://travis-ci.com/getsentry/sentry-python.svg?branch=master)](https://travis-ci.com/getsentry/sentry-python) +[![PyPi page link -- MIT licence](https://img.shields.io/pypi/l/sentry-sdk.svg)](https://pypi.python.org/pypi/sentry-sdk) To learn about how to use the SDK: