diff --git a/setup.py b/setup.py index 37b57a8..0fc0f88 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name="graphene-django", version=version, description="Graphene Django integration", - long_description=open("README.rst").read(), + long_description=open("README.md").read(), url="https://github.com/graphql-python/graphene-django", author="Syrus Akbary", author_email="me@syrusakbary.com",