Skip to content

Commit

Permalink
update pyproject with maintainers and urls
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnmil committed Oct 16, 2024
1 parent a23d5b3 commit e0ffd97
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <quinn@scoutapm.com>"]
maintainers = ["Scout APM" <support@scoutapm.com>"]
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"
Expand Down

0 comments on commit e0ffd97

Please sign in to comment.