Skip to content

Commit 3640e45

Browse files
committed
add project urls section
1 parent 3efdc4d commit 3640e45

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

+6-5
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ description = "Opentelemetry logging integration for Scout APM"
55
authors = ["Quinn Milionis <[email protected]>"]
66
maintainers = ["Scout <[email protected]>"]
77
readme = "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]
1315
python = "^3.9"
1416
opentelemetry-api = "^1.26.0"
1517
opentelemetry-sdk = "^1.26.0"
1618
opentelemetry-exporter-otlp = "^1.26.0"
1719
scout-apm = "^3.1.0"
1820

19-
2021
[tool.poetry.group.dev.dependencies]
2122
taskipy = "^1.13.0"
2223
pytest = "^8.3.2"

0 commit comments

Comments
 (0)