Skip to content

Commit 7354203

Browse files
authored
Add [project.urls] to pyproject.toml (#979)
1 parent f35cacc commit 7354203

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ mysql = ["opentelemetry-instrumentation-mysql >= 0.42b0"]
7878
sqlite3 = ["opentelemetry-instrumentation-sqlite3 >= 0.42b0"]
7979
aws-lambda = ["opentelemetry-instrumentation-aws-lambda >= 0.42b0"]
8080

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+
8187
[project.scripts]
8288
logfire = "logfire.cli:main"
8389

0 commit comments

Comments
 (0)