8000 remove README.rst, leave only README.md (#1559) · graphql-python/graphene@74b33ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 74b33ae

Browse files
authored
remove README.rst, leave only README.md (#1559)
remove README.rst
1 parent 6834385 commit 74b33ae

File tree

2 files changed

+2
-172
lines changed

2 files changed

+2
-172
lines changed

README.rst

Lines changed: 0 additions & 171 deletions
This file was deleted.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ def run_tests(self):
6161
version=version,
6262
description="GraphQL Framework for Python",
6363
long_description=codecs.open(
64-
"README.rst", "r", encoding="ascii", errors="replace"
64+
"README.md", "r", encoding="ascii", errors="replace"
6565
).read(),
66+
long_description_content_type="text/markdown",
6667
url="https://github.com/graphql-python/graphene",
6768
author="Syrus Akbary",
6869
author_email="me@syrusakbary.com",

0 commit comments

Comments
 (0)
0