Browse Source

🔧 Add changelog URL to `pyproject.toml`, shows in PyPI (#11152)

Co-authored-by: Alejandra <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
pull/12026/head
Pierre V-F 8 months ago
committed by GitHub
parent
commit
0d92b42ff0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      pyproject.toml

2
pyproject.toml

@ -50,6 +50,8 @@ dependencies = [
Homepage = "https://github.com/fastapi/fastapi"
Documentation = "https://fastapi.tiangolo.com/"
Repository = "https://github.com/fastapi/fastapi"
Issues = "https://github.com/fastapi/fastapi/issues"
Changelog = "https://fastapi.tiangolo.com/release-notes/"
[project.optional-dependencies]

Loading…
Cancel
Save