From e3f6b9d4c2a7e121e43c78789f61e9c95fe84953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Antunes?= Date: Tue, 14 May 2024 14:11:07 -0300 Subject: [PATCH] fix: Make setup send description using markdown --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f297c167..8d287c8c 100644 --- a/setup.py +++ b/setup.py @@ -23,5 +23,6 @@ url="https://github.com/globocom/m3u8", description="Python m3u8 parser", long_description=long_description, + long_description_content_type="text/markdown", python_requires=">=3.7", )