8000 Open readme with utf-8 encoding · graphql-python/sanic-graphql@107b0ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 107b0ca

Browse files
committed
Open readme with utf-8 encoding
1 parent c435fb9 commit 107b0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name="Sanic-GraphQL",
1313
version="1.1.0",
1414
description="Adds GraphQL support to your Sanic application",
15-
long_description=open("README.rst").read(),
15+
long_description=open("README.rst", encoding="utf-8").read(),
1616
url="https://github.com/graphql-python/sanic-graphql",
1717
download_url="https://github.com/graphql-python/sanic-graphql/releases",
1818
author="Sergey Porivaev",

0 commit comments

Comments
 (0)
0