From 78017781129ef9fb424621d8a97c9bc6722493a5 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 b5c7b88..0feb46c 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ maintainer="eduNEXT", description="A Tutor plugin for student notes", long_description=readme, + long_description_content_type="text/x-rst", packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.8",