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 = ["*"]