From 78f32d0e45c149bf894202b4da7c16216d91e2e5 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 5 Sep 2022 13:17:07 +0300 Subject: [PATCH] pyproject.toml: description must be one line See https://github.com/python-poetry/poetry/issues/3610 --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e351d2d..eb7c07a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,7 @@ [tool.poetry] name = "graphql-core" version = "3.2.1" -description = """ -GraphQL-core is a Python port of GraphQL.js, - the JavaScript reference implementation for GraphQL.""" +description = "Python port of GraphQL.js, the JavaScript reference implementation for GraphQL." license = "MIT" authors = [ "Christoph Zwerschke "