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"
5
5
authors = [
" Quinn Milionis <[email protected] >" ]
6
6
maintainers = [
" Scout <[email protected] >" ]
7
7
readme = " README.md"
8
- urls = {
9
- "github": "https://github.com/scoutapp/scout_apm_python_logging"
10
- "scout": "https://scoutapm.com"
11
- }
8
+
9
+ [project .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
+
12
14
[tool .poetry .dependencies ]
13
15
python = " ^3.9"
14
16
opentelemetry-api = " ^1.26.0"
15
17
opentelemetry-sdk = " ^1.26.0"
16
18
opentelemetry-exporter-otlp = " ^1.26.0"
17
19
scout-apm = " ^3.1.0"
18
20
19
-
20
21
[tool .poetry .group .dev .dependencies ]
21
22
taskipy = " ^1.13.0"
22
23
pytest = " ^8.3.2"
You can’t perform that action at this time.
0 commit comments