Skip to content

Commit fc76877

Browse files
authored
Merge pull request #45 from movermeyer/fix_badges
Switched broken pypip.in badges to shields.io
2 parents d2c05bc + 2fb059e commit fc76877

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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)
65

76

87
Python wrapper around the `solc` Solidity compiler.

0 commit comments

Comments
 (0)