From abb9eab3404ef7a9261e054a99c52a1ea773205d Mon Sep 17 00:00:00 2001 From: Jacob Alexander Thompson Date: Thu, 5 Sep 2024 22:47:41 -0700 Subject: [PATCH] properly list executable as a gui-script --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 883e595..4af8540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = ["pygame"] "Homepage" = "https://github.com/jacob-thompson/pong-arcade" "Bug Reports" = "https://github.com/jacob-thompson/pong-arcade/issues" -[project.scripts] +[project.gui-scripts] pong = "pong_arcade.main:main" [tool.hatch.build]