From 6142d07f1a3c26d0d2079ff68e7f5dde7c829def Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 6 May 2024 11:32:57 +0530 Subject: [PATCH] fix: update project URLs (#41331) --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 25db9c3261e..2ded4740ecc 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"