We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[project.urls]
pyproject.toml
1 parent f35cacc commit 7354203Copy full SHA for 7354203
pyproject.toml
@@ -78,6 +78,12 @@ mysql = ["opentelemetry-instrumentation-mysql >= 0.42b0"]
78
sqlite3 = ["opentelemetry-instrumentation-sqlite3 >= 0.42b0"]
79
aws-lambda = ["opentelemetry-instrumentation-aws-lambda >= 0.42b0"]
80
81
+[project.urls]
82
+Homepage = "https://logfire.pydantic.dev/"
83
+Source = "https://github.com/pydantic/logfire"
84
+Documentation = "https://logfire.pydantic.dev/docs/"
85
+Changelog = "https://logfire.pydantic.dev/docs/release-notes/"
86
+
87
[project.scripts]
88
logfire = "logfire.cli:main"
89
0 commit comments