From 2ac274e42dd38b98e8d7e9faf65909191f90cef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 11 Jul 2024 09:12:01 +0200 Subject: [PATCH] Add missing configuration in pyproject.toml Needed to make `poetry --version` work, used in the audit. --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 93d0d96c4ed1..a3360436ff55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,9 @@ [tool.black] line-length = 110 target-version = ["py39"] + +[tool.poetry] +name = "ngeo" +version = "0.0.0" +description = "AngularJS OpenLayers Library" +authors = ["Camptocamp "]