From fa1f1074792345f799fed64c2ee44a3912d4ec4e Mon Sep 17 00:00:00 2001 From: Pierre V-F <74793957+Pierre-VF@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:31:23 +0100 Subject: [PATCH] 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. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c23e82ef4..9e0554c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [