diff --git a/qt/pyproject.toml b/qt/pyproject.toml index 101123718..5a237edb0 100644 --- a/qt/pyproject.toml +++ b/qt/pyproject.toml @@ -72,6 +72,9 @@ build-backend = "hatchling.build" [project.scripts] anki = "aqt:run" +[project.gui-scripts] +ankiw = "aqt:run" + [tool.hatch.build.targets.wheel] packages = ["aqt"] exclude = ["**/*.scss", "**/*.ui"]