From 0b89d215d4d12e52b4bd88a35ba1ed5b86693974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 11 Jul 2024 09:55:37 +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 "]