From 718dac60afcd35442e415ad37ac0eda61796621f Mon Sep 17 00:00:00 2001 From: Agrendalath Date: Fri, 3 Mar 2023 18:18:33 +0100 Subject: [PATCH] build: fix description content type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0cd8d2d1..495bc98d 100644 --- a/setup.py +++ b/setup.py @@ -169,6 +169,7 @@ def package_data(pkg, roots): version=VERSION, description='XBlock - Problem Builder', long_description=README, + long_description_content_type='text/markdown', author='OpenCraft', url='https://github.com/open-craft/problem-builder', license='AGPL v3',