From 133586785c09ff39b69534393fdde806a864f98d Mon Sep 17 00:00:00 2001 From: Quinn Milionis Date: Thu, 17 Oct 2024 10:33:42 -0700 Subject: [PATCH] add project urls section --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dd870f2..c6bfb7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,12 @@ description = "Opentelemetry logging integration for Scout APM" authors = ["Quinn Milionis "] maintainers = ["Scout "] readme = "README.md" -urls = { - "github": "https://github.com/scoutapp/scout_apm_python_logging" - "scout": "https://scoutapm.com" -} + +[project.urls] +Homepage = "https://scoutapm.com" +Documentation = "https://scoutapm.com/docs/features/log-management" +Repository = "https://github.com/scoutapp/scout_apm_python_logging" + [tool.poetry.dependencies] python = "^3.9" opentelemetry-api = "^1.26.0" @@ -16,7 +18,6 @@ opentelemetry-sdk = "^1.26.0" opentelemetry-exporter-otlp = "^1.26.0" scout-apm = "^3.1.0" - [tool.poetry.group.dev.dependencies] taskipy = "^1.13.0" pytest = "^8.3.2"