From 699d75e282d94307b1245702223a062db7b94e45 Mon Sep 17 00:00:00 2001 From: sailist Date: Sat, 18 Feb 2023 16:35:46 +0800 Subject: [PATCH] fix long_descriptions --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 46419f1..b59203e 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ def extract_version(): name='notion-potion', version=extract_version(), description='A functional, easy to use Python wrapper of Notion Api.', + long_description_content_type='text/markdown', url='https://github.com/sailist/potion', author='sailist', author_email='sailist@outlook.com',