Skip to content

Commit 0ab0a40

Browse files
committed
added pypi badge
1 parent 67318d4 commit 0ab0a40

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
[pypi-image]: https://badge.fury.io/py/torch-scatter.svg
2+
[pypi-url]: https://pypi.python.org/pypi/torch-scatter
13
[build-image]: https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master
24
[build-url]: https://travis-ci.org/rusty1s/pytorch_scatter
35
[coverage-image]: https://codecov.io/gh/rusty1s/pytorch_scatter/branch/master/graph/badge.svg
46
[coverage-url]: https://codecov.io/github/rusty1s/pytorch_scatter?branch=master
57

6-
# PyTorch Scatter [![Build Status][build-image]][build-url] [![Code Coverage][coverage-image]][coverage-url]
8+
# PyTorch Scatter
9+
10+
[![PyPI Version][pypi-image]][pypi-url]
11+
[![Build Status][build-image]][build-url]
12+
[![Code Coverage][coverage-image]][coverage-url]
713

814
<p align="center">
915
<img width="50%" src="https://raw.githubusercontent.com/rusty1s/pytorch_scatter/master/docs/source/_figures/add.svg?sanitize=true" />

0 commit comments

Comments
 (0)