From dcde601a0baf524ebf4a100b4ebf4c9a274c638f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 5 Sep 2022 19:09:43 -0400 Subject: [PATCH] fix poetry installation Signed-off-by: Rui Chen --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e351d2d..37ae2df8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "graphql-core" version = "3.2.1" description = """ -GraphQL-core is a Python port of GraphQL.js, +GraphQL-core is a Python port of GraphQL.js,\ the JavaScript reference implementation for GraphQL.""" license = "MIT" authors = [