From 9e8c70e6b41a2a5d15bbfc5544aa81bb84ff139a Mon Sep 17 00:00:00 2001 From: Raffael Meyer <14891507+barredterra@users.noreply.github.com> Date: Sun, 15 Mar 2026 14:36:00 +0100 Subject: [PATCH] chore: add docs to project URLs (#53467) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c4029137907..ee3cd0d2f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,4 +81,5 @@ docstring-code-format = true [project.urls] Homepage = "https://frappe.io/erpnext" Repository = "https://github.com/frappe/erpnext.git" +Documentation = "https://docs.frappe.io/erpnext" "Bug Reports" = "https://github.com/frappe/erpnext/issues"