From 915fa59cbabaeea161d603a03927675022e5c37d Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 19 Jul 2024 22:07:43 +0200 Subject: [PATCH] Chore: Update `project.urls` section in `pyproject.toml` --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0bd369b..4616d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,8 +123,12 @@ optional-dependencies.test = [ "pytest-cov<6", "pytest-mock<4", ] -urls.changelog = "https://github.com/daq-tools/commons-codec/blob/main/CHANGES.md" -urls.repository = "https://github.com/daq-tools/commons-codec" + +urls.Changelog = "https://github.com/daq-tools/commons-codec/blob/main/CHANGES.md" +urls.Documentation = "https://github.com/daq-tools/commons-codec/tree/main/docs" +urls.Homepage = "https://github.com/daq-tools/commons-codec" +urls.Issues = "https://github.com/daq-tools/commons-codec/issues" +urls.Repository = "https://github.com/daq-tools/commons-codec" [tool.black] line-length = 120