mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 01:27:01 +03:00
Fix linting issues (#1412)
This commit is contained in:
parent
ebf49431e9
commit
4e5acd4702
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ setup(
|
||||||
version=version,
|
version=version,
|
||||||
description="Graphene Django integration",
|
description="Graphene Django integration",
|
||||||
long_description=open("README.md").read(),
|
long_description=open("README.md").read(),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type="text/markdown",
|
||||||
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