Skip to content

Commit 02e20b9

Browse files
committed
Update readme file and manifest template
1 parent 3ac30aa commit 02e20b9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include MANIFEST.in
22

3+
include CODEOWNERS
34
include LICENSE
45
include README.md
56

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a query language for APIs created by Facebook.
1313
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
1414

1515
The current version 1.0.5 of GraphQL-core-next is up-to-date with GraphQL.js version
16-
14.3.1. All parts of the API are covered by an extensive test suite of currently 1788
16+
14.3.1. All parts of the API are covered by an extensive test suite of currently 1790
1717
unit tests.
1818

1919

@@ -207,15 +207,15 @@ Some restrictions (mostly in line with the design goals):
207207
and future development to members of the GraphQL-Python community.
208208

209209
The current version 2 of Graphene is using Graphql-core as core library for much of
210-
the heavy lifting. Note that it is not compatible with GraphQL-core-next.
210+
the heavy lifting. Note that it is not compatible with GraphQL-core-next.
211211
The new version 3 of Graphene however is planned to use GraphQL-core-next instead of
212212
GraphQL-core, and GraphQL-core-next will probably be renamed to Graphql-core 3.
213-
213+
214214
* [Ariadne](https://github.com/mirumee/ariadne) is a Python library for implementing
215215
GraphQL servers using schema-first approach created by Mirumee Software.
216-
216+
217217
Ariadne is already using GraphQL-core-next as its GraphQL implementation.
218-
218+
219219
* [Strawberry](https://github.com/strawberry-graphql/strawberry), created by Patrick
220220
Arminio, is a new GraphQL library for Python 3, inspired by dataclasses,
221221
that is also using GraphQL-core-next as underpinning.

0 commit comments

Comments
 (0)