From acb8e676b8cecb4712c2488df8f6d6e3957f2055 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Tue, 30 Jan 2024 22:24:50 +0100 Subject: [PATCH] [IMP] account_ebics_batch_payment: pre-commit auto fixes --- account_ebics_batch_payment/__manifest__.py | 2 +- account_ebics_batch_payment/pyproject.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 account_ebics_batch_payment/pyproject.toml diff --git a/account_ebics_batch_payment/__manifest__.py b/account_ebics_batch_payment/__manifest__.py index 2bd8500..b3ef67d 100644 --- a/account_ebics_batch_payment/__manifest__.py +++ b/account_ebics_batch_payment/__manifest__.py @@ -6,7 +6,7 @@ "version": "16.0.1.0.0", "license": "LGPL-3", "author": "Noviat", - "website": "https://www.noviat.com/", + "website": "https://www.noviat.com", "category": "Accounting & Finance", "depends": ["account_ebics", "account_batch_payment"], "data": ["views/account_batch_payment_views.xml"], diff --git a/account_ebics_batch_payment/pyproject.toml b/account_ebics_batch_payment/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/account_ebics_batch_payment/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"