From: Raphael Michel Date: Sat, 22 Apr 2023 17:29:42 +0000 (+0200) Subject: Fix a typo in setup.py X-Git-Tag: v4.0.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5989160fb74ffee3f87119aa4db16391f644267d;p=thirdparty%2Fpython-fints.git Fix a typo in setup.py --- diff --git a/setup.py b/setup.py index 3410d6f..9a97e4f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +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' + long_description_content_type='text/markdown', url='https://github.com/raphaelm/python-fints', author='Raphael Michel', author_email='mail@raphaelmichel.de',