Skip to content

Commit

Permalink
fix(pain001): E501 line too long (80 > 79 characters)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 20, 2023
1 parent 97daab4 commit 1980f2a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
It offers a streamlined solution for reducing complexity and costs
associated with payment processing. By providing a simple and efficient
method to create ISO 20022-compliant payment files, it eliminates the
manual effort of file creation and validation. This not only saves valuable time
and resources but also minimizes the risk of errors, ensuring accurate and
manual effort of file creation and validation. This not only saves valuable
time and resources but also minimizes the risk of errors, ensuring accurate and
seamless payment processing.
""".strip()

SHORT_DESCRIPTION = """Pain001 is a Python Library for Automating ISO 20022-Compliant Payment Files Using CSV Data.""".strip()
SHORT_DESCRIPTION = """
Pain001 is a Python Library for Automating ISO 20022-Compliant Payment Files
Using CSV Data.""".strip()

DEPENDENCIES = ["xmlschema>=2.3.0"]

Expand Down

0 comments on commit 1980f2a

Please sign in to comment.