From a4b4b094a02282389088388138bf41a637ebcba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 11 Jul 2024 09:56:08 +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 c2691b0abd0f..7ca11a99788a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,9 @@ [tool.black] line-length = 110 target-version = ['py38'] + +[tool.poetry] +name = "ngeo" +version = "0.0.0" +description = "AngularJS OpenLayers Library" +authors = ["Camptocamp "]