Skip to content

Commit

Permalink
Merge pull request #5 from rmeissner/rmeissner-patch-1
Browse files Browse the repository at this point in the history
Update pypi badge link
  • Loading branch information
rmeissner authored Sep 16, 2018
2 parents 86078e6 + 287142d commit 59923c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Python Ethereum Signing Utils

[![Build Status](https://travis-ci.org/rmeissner/py-eth-sig-utils.svg?branch=master)](https://travis-ci.org/rmeissner/py-eth-sig-utils)
[![PyPI version](https://badge.fury.io/py/py-eth-sig-utils.svg)](https://badge.fury.io/py/py-eth-sig-utils)
[![PyPI version](https://badge.fury.io/py/py-eth-sig-utils.svg)](https://pypi.org/project/py-eth-sig-utils/)

### Type Data Hashes

Expand All @@ -21,4 +21,4 @@ Manual deployment can be peformed with:
```bash
python setup.py sdist bdist_wheel
twine upload dist/*
```
```

0 comments on commit 59923c6

Please sign in to comment.