From 14c9eef9ca47ebc053617db44784660105d924a2 Mon Sep 17 00:00:00 2001 From: Romain Pignolet Date: Wed, 17 Dec 2025 10:03:59 +0100 Subject: [PATCH] chore: update authors and URLs --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67ad03f9..c652eb43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,12 +2,12 @@ name = "tdp-lib" version = "1.0.0" description = "TDP library for TDP Manager" -authors = ["Xavier Hermand "] +authors = ["TOSIT"] license = "Apache-2.0" readme = "README.md" -homepage = "https://github.com/TOSIT-FR/tdp-lib" -repository = "https://github.com/TOSIT-FR/tdp-lib" -documentation = "https://github.com/TOSIT-FR/tdp-lib" +homepage = "https://github.com/TOSIT-IO/tdp-lib" +repository = "https://github.com/TOSIT-IO/tdp-lib" +documentation = "https://github.com/TOSIT-IO/tdp-lib" packages = [{ include = "tdp" }] [tool.poetry.dependencies]