summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-01-13 00:19:33 +0100
committerIlya Etingof <etingof@gmail.com>2019-01-13 00:19:33 +0100
commit1dd94d8682fefd6df8c8a6998d1476c466706398 (patch)
tree3a0fce9ff538900a9e995990276a66aa6cdae455 /README.md
parent1808602bee91f127babd2e792eb3958152a6d103 (diff)
downloadpysnmp-git-1dd94d8682fefd6df8c8a6998d1476c466706398.tar.gz
Remove commit badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index b3b1ee25..f03af378 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,9 @@ SNMP library for Python
-----------------------
[![PyPI](https://img.shields.io/pypi/v/pysnmp.svg?maxAge=2592000)](https://pypi.org/project/pysnmp/)
[![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp.svg)](https://pypi.org/project/pysnmp/)
-[![Build status](https://travis-ci.org/etingof/pysnmp.svg?branch=master)](https://travis-ci.org/etingof/pysnmp)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pysnmp/master/LICENSE.rst)
+[![Build status](https://travis-ci.org/etingof/pysnmp.svg?branch=master)](https://travis-ci.org/etingof/pysnmp)
[![Downloads](https://img.shields.io/pypi/dm/pysnmp.svg)](https://pypi.org/project/pysnmp/)
-[![Commits](https://img.shields.io/github/commit-activity/y/etingof/pysnmp.svg)](https://github.com/etingof/pysnmp/)
This is a pure-Python, open source and free implementation of v1/v2c/v3
SNMP engine distributed under 2-clause [BSD license](http://snmplabs.com/pysnmp/license.html).