From 08faa3f02a07615c975ad2614771bbe2d0b13fe2 Mon Sep 17 00:00:00 2001 From: Ibrahim Awwal Date: Mon, 17 Oct 2022 10:57:41 -0700 Subject: [PATCH] Fix setup.py Set long_description_content_type to markdown. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 709c25d..f7f10fb 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ description='Utilities for building Gradescope autograders', long_description=long_description, + long_description_content_type='text/markdown', # The project's main homepage. url='https://github.com/gradescope/gradescope-utils',