Skip to content

Commit

Permalink
🔧 Add URLs to pyproject.toml, show up in PyPI (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Aug 15, 2024
1 parent 7ddb7c3 commit 6e8c611
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ dependencies = [
]
readme = "README.md"
[project.urls]
Documentation = "https://typer.tiangolo.com/"
homepage = "https://github.com/fastapi/typer"
Homepage = "https://github.com/fastapi/typer"
Documentation = "https://typer.tiangolo.com"
Repository = "https://github.com/fastapi/typer"
Issues = "https://github.com/fastapi/typer/issues"
Changelog = "https://typer.tiangolo.com/release-notes/"

[project.optional-dependencies]
standard = [
Expand Down

0 comments on commit 6e8c611

Please sign in to comment.