]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Fix a typo in setup.py v4.0.0
authorRaphael Michel <mail@raphaelmichel.de>
Sat, 22 Apr 2023 17:29:42 +0000 (19:29 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Sat, 22 Apr 2023 17:29:42 +0000 (19:29 +0200)
setup.py

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