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"