Add an ankiw script to make running on Windows easier

This commit is contained in:
Damien Elmes 2025-07-05 01:08:51 +07:00
parent 93dbd6e4cf
commit deaf25f757

View file

@ -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"]