mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 08:42:32 +03:00
Update long_description source to be from README.md
This commit is contained in:
parent
4394ec7a7c
commit
651cd6e4bf
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ setup(
|
||||||
name="graphene-django",
|
name="graphene-django",
|
||||||
version=version,
|
version=version,
|
||||||
description="Graphene Django integration",
|
description="Graphene Django integration",
|
||||||
long_description=open("README.rst").read(),
|
long_description=open("README.md").read(),
|
||||||
url="https://github.com/graphql-python/graphene-django",
|
url="https://github.com/graphql-python/graphene-django",
|
||||||
author="Syrus Akbary",
|
author="Syrus Akbary",
|
||||||
author_email="me@syrusakbary.com",
|
author_email="me@syrusakbary.com",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user