From 649c4664f6f820c4d6eca22f11eb8a445064ef23 Mon Sep 17 00:00:00 2001 From: BastelPichi <63782569+BastelPichi@users.noreply.github.com> Date: Tue, 24 Jan 2023 10:48:52 +0100 Subject: [PATCH] Fix markdown for PyPi (#145) If this brakes anything I kill myself lmfao --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2bcf815..3410d6f 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ setup( version=version, description='Pure-python FinTS 3.0 (formerly known as HBCI) implementation', long_description=long_description, + long_description_content_type='text/markdown' url='https://github.com/raphaelm/python-fints', author='Raphael Michel', author_email='mail@raphaelmichel.de', -- 2.47.2