From 223860b2ab13d9a6fe9febcf4609c04bb48f4d23 Mon Sep 17 00:00:00 2001
From: Ned Batchelder <ned@edx.org>
Date: Wed, 2 Dec 2020 15:50:42 -0500
Subject: [PATCH] The README is rst

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 68bdf58..047f51d 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(
     version='2.4.0',
     description='This XBlock implements the consumer side of the LTI specification.',
     long_description=long_description,
-    long_description_content_type='text/markdown',
+    long_description_content_type='text/x-rst',
     packages=find_packages(),
     install_requires=load_requirements('requirements/base.in'),
     dependency_links=[
-- 
GitLab