From 91246db093bc165a58dc6e466ecbe8d677acbca8 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Thu, 1 Feb 2024 20:15:24 +0100 Subject: [PATCH] [IMP] account_ebics_batch: pre-commit auto fixes --- account_ebics_batch/__manifest__.py | 2 +- account_ebics_batch/pyproject.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 account_ebics_batch/pyproject.toml diff --git a/account_ebics_batch/__manifest__.py b/account_ebics_batch/__manifest__.py index 1ea0357..273f9c5 100644 --- a/account_ebics_batch/__manifest__.py +++ b/account_ebics_batch/__manifest__.py @@ -6,7 +6,7 @@ "version": "16.0.1.0.0", "license": "AGPL-3", "author": "Noviat", - "website": "https://www.noviat.com/", + "website": "https://www.noviat.com", "category": "Accounting & Finance", "summary": "EBICS Files automated import and processing", "depends": ["account_ebics"], diff --git a/account_ebics_batch/pyproject.toml b/account_ebics_batch/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/account_ebics_batch/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"