From: BastelPichi <63782569+BastelPichi@users.noreply.github.com> Date: Tue, 24 Jan 2023 09:48:52 +0000 (+0100) Subject: Fix markdown for PyPi (#145) X-Git-Tag: v4.0.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649c4664f6f820c4d6eca22f11eb8a445064ef23;p=thirdparty%2Fpython-fints.git Fix markdown for PyPi (#145) If this brakes anything I kill myself lmfao --- 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',