From 3efdc4d5984d4d692adc01ca4a87ab1aad01b558 Mon Sep 17 00:00:00 2001 From: Quinn Milionis Date: Wed, 16 Oct 2024 15:04:02 -0700 Subject: [PATCH] update pyproject with maintainers and urls --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8b46c0..dd870f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,14 @@ [tool.poetry] name = "scout-apm-logging" version = "1.0.0" -description = "Scout APM Python Logging Agent" +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" +} [tool.poetry.dependencies] python = "^3.9" opentelemetry-api = "^1.26.0"