Skip to content

Commit ac9d08f

Browse files
committed
Fix PyProject.toml on windows, description may not start with \r\n
1 parent 4226446 commit ac9d08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "graphql-core"
33
version = "3.3.0a2"
4-
description = """
4+
description = """\
55
GraphQL-core is a Python port of GraphQL.js,\
66
the JavaScript reference implementation for GraphQL."""
77
license = "MIT"

0 commit comments

Comments
 (0)