Skip to content

Commit ee8208d

Browse files
committed
Switched broken pypip.in badges to shields.io
1 parent 19f5877 commit ee8208d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# py-solc
22

33
[![Build Status](https://travis-ci.org/ethereum/py-solc.png)](https://travis-ci.org/ethereum/py-solc)
4-
[![PyPi version](https://pypip.in/v/py-solc/badge.png)](https://pypi.python.org/pypi/py-solc)
5-
[![PyPi downloads](https://pypip.in/d/py-solc/badge.png)](https://pypi.python.org/pypi/py-solc)
4+
[![PyPi version](https://img.shields.io/pypi/v/py-solc.svg)](https://pypi.python.org/pypi/py-solc)
5+
[![PyPi downloads](https://img.shields.io/pypi/dm/py-solc.svg)](https://pypi.python.org/pypi/py-solc)
66

77

88
Python wrapper around the `solc` Solidity compiler.

0 commit comments

Comments
 (0)