From 1c7f4912ce5998e666276969bf4af8656d619a91 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Sat, 8 Jun 2024 11:14:45 +0200 Subject: [PATCH] feat: added entry point for bw-generate-cli --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b55b7270..4996138a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,9 @@ pyside6 = ["PySide6>=6.7"] "Bug Tracker" = "https://gitlab.psi.ch/bec/bec_widgets/issues" Homepage = "https://gitlab.psi.ch/bec/bec_widgets" +[project.scripts] +bw-generate-cli = "bec_widgets.cli.generate_cli:main" + [tool.hatch.build.targets.wheel] include = ["*"]