From b586c6734d9c8d56da38c221db78814197b01610 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 19 May 2024 09:06:47 +0200 Subject: [PATCH] [IMP] account_ebics_oca_statement_import: pre-commit auto fixes --- account_ebics_oca_statement_import/__manifest__.py | 2 +- account_ebics_oca_statement_import/pyproject.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 account_ebics_oca_statement_import/pyproject.toml diff --git a/account_ebics_oca_statement_import/__manifest__.py b/account_ebics_oca_statement_import/__manifest__.py index 321f257..aad7c0d 100644 --- a/account_ebics_oca_statement_import/__manifest__.py +++ b/account_ebics_oca_statement_import/__manifest__.py @@ -6,7 +6,7 @@ "summary": "Use OCA Bank Statement Import with account_ebics", "version": "16.0.1.0.2", "author": "Noviat", - "website": "https://www.noviat.com/", + "website": "https://www.noviat.com", "category": "Hidden", "license": "LGPL-3", "depends": [ diff --git a/account_ebics_oca_statement_import/pyproject.toml b/account_ebics_oca_statement_import/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/account_ebics_oca_statement_import/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"