From 59ffcaa9ece62450785d15f3d367609c80f79585 Mon Sep 17 00:00:00 2001 From: Lukasz Ciesluk Date: Tue, 28 Jan 2025 21:09:53 +0000 Subject: [PATCH] Update gui-scripts section Amend gui-scripts section in .toml --- docs/pyproject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.md b/docs/pyproject.md index 340a0518a91..486c13e670d 100644 --- a/docs/pyproject.md +++ b/docs/pyproject.md @@ -253,7 +253,7 @@ When a script is added or updated, run `poetry install` to make them available i This section describes the GUI scripts that will be installed when installing the package. ```toml -[project.scripts] +[project.gui-scripts] my_package_gui = 'my_package.gui:run' ```