]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Fix markdown for PyPi (#145)
authorBastelPichi <63782569+BastelPichi@users.noreply.github.com>
Tue, 24 Jan 2023 09:48:52 +0000 (10:48 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2023 09:48:52 +0000 (10:48 +0100)
If this brakes anything I kill myself lmfao

setup.py

index 2bcf8152caa71f2eadbae19c6f411032ac9a52ac..3410d6ff261e5cc57b1d14d27d0ef1ffe5eeb76a 100644 (file)
--- 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',