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"