From d9f20b268930428d32885e8f43843ddbde2e4329 Mon Sep 17 00:00:00 2001 From: Damian Krawczyk Date: Mon, 30 Aug 2021 21:12:45 +0200 Subject: [PATCH] long_description_content_type --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a7f302..2e0674b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ author_email="damian.krawczyk@limberduck.org", description="Converter CSV by LimberDuck is a GUI tool to convert multiple large csv files to xlsx files.", long_description=long_description, - long_description_content_type="text/x-rst", + long_description_content_type="text/markdown", url="https://github.com/LimberDuck/converter-csv", packages=setuptools.find_packages(), install_requires=required,