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]