From 78e6f26383c050aef294b89099940888fb4223be Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 1 Jul 2024 17:56:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(backend)=20update=20pyproject=20UR?= =?UTF-8?q?Ls=20to=20meet=20repository?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have renamed the Github project's name, from "Impress" to "Meet". Updated the pyproject urls section, which provides essential metadata about the project. This updates ensure all links point to the right github repository. --- src/backend/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 90a7fc2b..f243bb52 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -60,10 +60,10 @@ dependencies = [ ] [project.urls] -"Bug Tracker" = "https://github.com/numerique-gouv/impress/issues/new" -"Changelog" = "https://github.com/numerique-gouv/impress/blob/main/CHANGELOG.md" -"Homepage" = "https://github.com/numerique-gouv/impress" -"Repository" = "https://github.com/numerique-gouv/impress" +"Bug Tracker" = "https://github.com/numerique-gouv/meet/issues/new" +"Changelog" = "https://github.com/numerique-gouv/meet/blob/main/CHANGELOG.md" +"Homepage" = "https://github.com/numerique-gouv/meet" +"Repository" = "https://github.com/numerique-gouv/meet" [project.optional-dependencies] dev = [