Update long_description source to be from README.md

This commit is contained in:
Firas Kafri 2023-05-04 23:51:16 +03:00 committed by GitHub
parent 4394ec7a7c
commit 651cd6e4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",