Skip to content

Commit 82abdd3

Browse files
committed
README: Add PyPI badge
1 parent 8cfada6 commit 82abdd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
Federation support for ![Graphene Logo](http://graphene-python.org/favicon.png) [Graphene](http://graphene-python.org) following the [Federation specifications](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/).
44

5+
[![PyPI version][pypi-image]][pypi-url]
56
[![Unit Tests Status][unit-tests-image]][unit-tests-url]
67
[![Coverage Status][coveralls-image]][coveralls-url]
78
[![Integration Tests Status][integration-tests-image]][integration-tests-url]
89

10+
[pypi-image]: https://badge.fury.io/py/graphene-federation.svg
11+
[pypi-url]: https://pypi.org/project/graphene-federation/
912
[unit-tests-image]: https://github.com/graphql-python/graphene-federation/workflows/Unit%20Tests/badge.svg?branch=main
1013
[unit-tests-url]: https://github.com/graphql-python/graphene-federation/actions?query=workflow%3A"Unit+Tests"
1114
[coveralls-image]: https://coveralls.io/repos/github/graphql-python/graphene-federation/badge.svg?branch=main

0 commit comments

Comments
 (0)