From bee0c15bd2f0c0adbfd57818c1504b0959cd5a6b Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Wed, 17 Jul 2024 22:17:30 +0900 Subject: [PATCH] Update project url (#13) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c32ccb..ad63450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,8 +38,8 @@ file = "README.md" content-type = "text/markdown" [project.urls] -Homepage = "https://github.com/pyodide/pyodide" -"Bug Tracker" = "https://github.com/pyodide/pyodide/issues" +Homepage = "https://github.com/pyodide/pyodide-build" +"Bug Tracker" = "https://github.com/pyodide/pyodide-build/issues" Documentation = "https://pyodide.org/en/stable/" [project.entry-points."pipx.run"]