Skip to content

Commit e0ffd97

Browse files
committed
update pyproject with maintainers and urls
1 parent a23d5b3 commit e0ffd97

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
[tool.poetry]
22
name = "scout-apm-logging"
33
version = "1.0.0"
4-
description = "Scout APM Python Logging Agent"
4+
description = "Opentelemetry logging integration for Scout APM"
55
authors = ["Quinn Milionis <[email protected]>"]
6+
maintainers = ["Scout APM" <[email protected]>"]
67
readme = "README.md"
7-
8+
urls = {
9+
"github": "https://github.com/scoutapp/scout_apm_python_logging"
10+
"scout": "https://scoutapm.com"
11+
}
812
[tool.poetry.dependencies]
913
python = "^3.9"
1014
opentelemetry-api = "^1.26.0"

0 commit comments

Comments
 (0)