From 743c2dad841712beff690c18b3964520fb3d3330 Mon Sep 17 00:00:00 2001 From: Akretion Git Bot Date: Wed, 15 Oct 2025 12:05:56 +0000 Subject: [PATCH] [BOT] add pyproject.toml --- account_invoice_update_wizard/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 account_invoice_update_wizard/pyproject.toml diff --git a/account_invoice_update_wizard/pyproject.toml b/account_invoice_update_wizard/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/account_invoice_update_wizard/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"