File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,19 @@ description = "Opentelemetry logging integration for Scout APM"
55authors = [
" Quinn Milionis <[email protected] >" ]
66maintainers = [
" Scout <[email protected] >" ]
77readme = " README.md"
8- urls = {
9- "github": "https://github.com/scoutapp/scout_apm_python_logging"
10- "scout": "https://scoutapm.com"
11- }
8+
9+ [tool .poetry .urls ]
10+ Homepage = " https://scoutapm.com"
11+ Documentation = " https://scoutapm.com/docs/features/log-management"
12+ Repository = " https://github.com/scoutapp/scout_apm_python_logging"
13+
1214[tool .poetry .dependencies ]
1315python = " ^3.9"
1416opentelemetry-api = " ^1.26.0"
1517opentelemetry-sdk = " ^1.26.0"
1618opentelemetry-exporter-otlp = " ^1.26.0"
1719scout-apm = " ^3.1.0"
1820
19-
2021[tool .poetry .group .dev .dependencies ]
2122taskipy = " ^1.13.0"
2223pytest = " ^8.3.2"
You can’t perform that action at this time.
0 commit comments