From 61c4d0e610f450398404c1438ad5cc0545ee4f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 23 Jul 2024 10:37:35 +0200 Subject: [PATCH] build: fix readme content type warning --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8743e61d..35c973e5 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ maintainer_email="faraz.maqsood@arbisoft.com", description="A Tutor plugin for Open edX E-Commerce", long_description=readme, + long_description_content_type="text/x-rst", packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.8",