Skip to content

Commit

Permalink
add project urls section
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnmil committed Oct 17, 2024
1 parent 3efdc4d commit 22b351e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ description = "Opentelemetry logging integration for Scout APM"
authors = ["Quinn Milionis <[email protected]>"]
maintainers = ["Scout <[email protected]>"]
readme = "README.md"
urls = {
"github": "https://github.com/scoutapp/scout_apm_python_logging"
"scout": "https://scoutapm.com"
}

[tool.poetry.urls]
homepage = "https://scoutapm.com"
documentation = "https://scoutapm.com/docs/features/log-management"
repository = "https://github.com/scoutapp/scout_apm_python_logging"

[tool.poetry.dependencies]
python = "^3.9"
opentelemetry-api = "^1.26.0"
opentelemetry-sdk = "^1.26.0"
opentelemetry-exporter-otlp = "^1.26.0"
scout-apm = "^3.1.0"


[tool.poetry.group.dev.dependencies]
taskipy = "^1.13.0"
pytest = "^8.3.2"
Expand Down

0 comments on commit 22b351e

Please sign in to comment.