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 "