From bbd429d9d07720add6a328b080ac4c1146ba57dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 10 Jul 2024 08:56:48 +0200 Subject: [PATCH] Add Poetry minimal metadata To make `poetry --version` working in the audit --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 906f8292..448e8582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,3 +6,9 @@ target-version = ["py39"] profile = "black" line_length = 110 known_first_party = "shared_config_manager" + +[tool.poetry] +name = "shared-config-manager" +version = "0.0.0" +description = "Shared Config Manager" +authors = ["Camptocamp "]