summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-10-29 01:10:15 +0200
committerGitHub <noreply@github.com>2016-10-29 01:10:15 +0200
commit19d0af9a0429e6169fa0370c43ccc69afe7dcb92 (patch)
tree08940183d11297256ea34d0442ff22c8c9d3bad6
parent3e3d5c16e766ac886ee41656cee6423b0e0a14b4 (diff)
parent59b117bcdddbfc72e9283664ae385c502d7e5cd3 (diff)
downloadpysnmp-git-19d0af9a0429e6169fa0370c43ccc69afe7dcb92.tar.gz
Merge pull request #21 from johnthagen/pyversions-badge
Add badge to show Python version support
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49edf26f..af94f09c 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@ SNMP library for Python
-----------------------
[![Downloads](https://img.shields.io/pypi/dm/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp)
[![PyPI](https://img.shields.io/pypi/v/pysnmp.svg?maxAge=2592000)](https://pypi.python.org/pypi/pysnmp)
+[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp.svg)](https://pypi.python.org/pypi/pysnmp/)
[![Build status](https://travis-ci.org/etingof/pysnmp.svg?branch=master)](https://secure.travis-ci.org/etingof/pysnmp)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pysnmp/master/LICENSE.txt)