From 2e6bd784d0cb55cd1a7d23f8bd21cb23486d7859 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 11 Apr 2026 11:47:16 +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 3109762..752a6e5 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-web = "hello_world.main:main" +run-web = "main:main"