mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add an ankiw script to make running on Windows easier
This commit is contained in:
parent
93dbd6e4cf
commit
deaf25f757
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ build-backend = "hatchling.build"
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
anki = "aqt:run"
|
anki = "aqt:run"
|
||||||
|
|
||||||
|
[project.gui-scripts]
|
||||||
|
ankiw = "aqt:run"
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["aqt"]
|
packages = ["aqt"]
|
||||||
exclude = ["**/*.scss", "**/*.ui"]
|
exclude = ["**/*.scss", "**/*.ui"]
|
||||||
|
|
Loading…
Reference in a new issue