Skip to content

Commit d8e9d3a

Browse files
lennartkdan98765
lennartk
authored andcommitted
Uncommented long_description_content_type (#243)
Then Pypi also knows that the README is a markdown file so it can get rendered properly. What confuses me is that the line has never been commented but has just been added in the commented version in a7ce75e
1 parent 9333075 commit d8e9d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_tests(self):
5454
version=version,
5555
description="GraphQL implementation for Python",
5656
long_description=open("README.md").read(),
57-
# long_description_content_type="text/markdown",
57+
long_description_content_type="text/markdown",
5858
url="https://github.com/graphql-python/graphql-core",
5959
download_url="https://github.com/graphql-python/graphql-core/releases",
6060
author="Syrus Akbary, Jake Heinz, Taeho Kim",

0 commit comments

Comments
 (0)