From 5989160fb74ffee3f87119aa4db16391f644267d Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sat, 22 Apr 2023 19:29:42 +0200 Subject: [PATCH] Fix a typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.2