mirror of https://github.com/tiangolo/fastapi.git
Adding changelog URL to the project description
The URL of the changelog was added to the project URLs in order to make it easier to see latest changes when coming from PyPi. The english version was used as a target, given that all other links are to english materials.
This commit is contained in:
parent
8ad6acfe6a
commit
fa1f107479
|
|
@ -51,6 +51,7 @@ dynamic = ["version"]
|
|||
Homepage = "https://github.com/tiangolo/fastapi"
|
||||
Documentation = "https://fastapi.tiangolo.com/"
|
||||
Repository = "https://github.com/tiangolo/fastapi"
|
||||
Changelog = "https://github.com/tiangolo/fastapi/blob/master/docs/en/docs/release-notes.md"
|
||||
|
||||
[project.optional-dependencies]
|
||||
all = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue