From: Pierre V-F <74793957+Pierre-VF@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:50:31 +0000 (+0200) Subject: 🔧 Add changelog URL to `pyproject.toml`, shows in PyPI (#11152) X-Git-Tag: 0.112.1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d92b42ff08a90bc180784acb6dd8d1f7681c951;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Add changelog URL to `pyproject.toml`, shows in PyPI (#11152) Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com> Co-authored-by: Sebastián Ramírez --- diff --git a/pyproject.toml b/pyproject.toml index 7a8e061cc9..dc04fcdfe1 100644 --- a/pyproject.toml +++ b/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]