We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c435fb9 commit 107b0caCopy full SHA for 107b0ca
setup.py
@@ -12,7 +12,7 @@
12
name="Sanic-GraphQL",
13
version="1.1.0",
14
description="Adds GraphQL support to your Sanic application",
15
- long_description=open("README.rst").read(),
+ long_description=open("README.rst", encoding="utf-8").read(),
16
url="https://github.com/graphql-python/sanic-graphql",
17
download_url="https://github.com/graphql-python/sanic-graphql/releases",
18
author="Sergey Porivaev",
0 commit comments