From 3943e5a020e7b6a7cf11ec8226544070e95be21e Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 11 Apr 2026 11:51:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Update=20script=20entry=20point?= =?UTF-8?q?=20in=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/hello-world/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hello-world/pyproject.toml b/projects/hello-world/pyproject.toml index d2238f7..16a7b60 100644 --- a/projects/hello-world/pyproject.toml +++ b/projects/hello-world/pyproject.toml @@ -4,5 +4,5 @@ version = "0.1.0" dependencies = ["requests"] [project.scripts] -run = "main" +run = "main:main"