From bb619a64fe0e5583f3394f67a742ca1ea703ad4d Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:42:25 +0530 Subject: [PATCH] fix: update project URLs (backport #41331) (#41332) fix: update project URLs (#41331) (cherry picked from commit 6142d07f1a3c26d0d2079ff68e7f5dde7c829def) Co-authored-by: Ankush Menat --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 799f5cbe3a1..aaac05d7ed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,3 +67,9 @@ typing-modules = ["frappe.types.DF"] quote-style = "double" indent-style = "tab" docstring-code-format = true + + +[project.urls] +Homepage = "https://erpnext.com/" +Repository = "https://github.com/frappe/erpnext.git" +"Bug Reports" = "https://github.com/frappe/erpnext/issues"