aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-11-27 21:50:15 +0100
committerIlya Etingof <etingof@gmail.com>2016-11-27 21:50:15 +0100
commit546fa159396b0912b8ac9ed7fa2c941374d5ed83 (patch)
tree371aff7191b6f995e82bd4fbb586735dc2accc6d /README.md
parent3a528182fc68c15b439b67eef12b20c923bf26a7 (diff)
downloadpyasn1-546fa159396b0912b8ac9ed7fa2c941374d5ed83.tar.gz
ditched pypi downloads, added pyversions labels
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index daea536..53d97e0 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
ASN.1 library for Python
------------------------
-[![Downloads](https://img.shields.io/pypi/dm/pyasn1.svg)](https://pypi.python.org/pypi/pyasn1)
[![PyPI](https://img.shields.io/pypi/v/pyasn1.svg?maxAge=2592000)](https://pypi.python.org/pypi/pyasn1)
+[![Python Versions](https://img.shields.io/pypi/pyversions/pyasn1.svg)](https://pypi.python.org/pypi/pyasn1/)
[![Build status](https://travis-ci.org/etingof/pyasn1.svg?branch=master)](https://secure.travis-ci.org/etingof/pyasn1)
[![Coverage Status](https://img.shields.io/codecov/c/github/etingof/pyasn1.svg)](https://codecov.io/github/etingof/pyasn1)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pyasn1/master/LICENSE.txt)
@@ -18,7 +18,7 @@ Features
* Generic implementation of ASN.1 types (X.208)
* Fully standard compliant BER/CER/DER codecs
-* 100% Python, works with Python 2.4 up to Python 3.5
+* 100% Python, works with Python 2.4 up to Python 3.6
* MT-safe
* Contributed ASN.1 compiler [Asn1ate](https://github.com/kimgr/asn1ate)