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 3aafe58 commit 2c43a2aCopy full SHA for 2c43a2a
setup.py
@@ -62,7 +62,7 @@ def run_tests(self):
62
name="graphene",
63
version=version,
64
description="GraphQL Framework for Python",
65
- long_description=codecs.open("README.rst", "r", "utf-8").read(),
+ long_description=codecs.open("README.rst", "r", encoding="ascii", errors="replace").read(),
66
url="https://github.com/graphql-python/graphene",
67
author="Syrus Akbary",
68
author_email="me@syrusakbary.com",
0 commit comments