From e4f4ba4360b2bcbc0be32f15b27af507c3d7f2bb Mon Sep 17 00:00:00 2001 From: Quentin Ferrand Date: Thu, 28 Apr 2022 20:49:32 +0200 Subject: [PATCH] fix setup.py desc --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b83bae0..60f9316 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ setup( version='0.1.8', long_description=open('README.md').read(), description='RSS/atom feed converter from html to gemini', + long_description_content_type='text/markdown', python_requires='==3.*,>=3.8.0', project_urls={'repository': 'https://git.fqserv.eu/takaoni/tenkan'}, author='Quentin Ferrand',