From 76fcf04cbbd2ae295e7a990d0c47e9f246583445 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 ce5caa5..9bf5b5d 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ def load_about(): maintainer_email="fahad.khalid@arbisoft.com", description="Scalable, real-time analytics for Open edX", long_description=load_readme(), + long_description_content_type="text/x-rst", packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.8",