Skip to content

Commit 801504f

Browse files
flomotliksybrenstuvel
authored andcommitted
Fix Shield links (sybrenstuvel#94)
1 parent c0b7bff commit 801504f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ Pure Python RSA implementation
22
==============================
33

44
[![PyPI](https://img.shields.io/pypi/v/rsa.svg)](https://pypi.python.org/pypi/rsa)
5-
[![Build Status](https://travis-ci.org/sybrenstuvel/python-rsa.svg?branch=master)]
6-
(https://travis-ci.org/sybrenstuvel/python-rsa)
7-
[![Coverage Status](https://coveralls.io/repos/github/sybrenstuvel/python-rsa/badge.svg?branch=master)]
8-
(https://coveralls.io/github/sybrenstuvel/python-rsa?branch=master)
9-
[![Code Climate](https://img.shields.io/codeclimate/github/sybrenstuvel/python-rsa.svg)]
10-
(https://codeclimate.com/github/sybrenstuvel/python-rsa)
5+
[![Build Status](https://travis-ci.org/sybrenstuvel/python-rsa.svg?branch=master)](https://travis-ci.org/sybrenstuvel/python-rsa)
6+
[![Coverage Status](https://coveralls.io/repos/github/sybrenstuvel/python-rsa/badge.svg?branch=master)](https://coveralls.io/github/sybrenstuvel/python-rsa?branch=master)
7+
[![Code Climate](https://img.shields.io/codeclimate/github/sybrenstuvel/python-rsa.svg)](https://codeclimate.com/github/sybrenstuvel/python-rsa)
118

129
[Python-RSA](https://stuvel.eu/rsa) is a pure-Python RSA implementation. It supports
1310
encryption and decryption, signing and verifying signatures, and key

0 commit comments

Comments
 (0)