Anki/qt/launcher/pyproject.toml
2025-06-16 19:20:12 +07:00

22 lines
457 B
TOML

[project]
name = "anki-launcher"
version = "0.1.0"
description = "UV-based launcher for Anki."
requires-python = ">=3.9"
dependencies = [
"anki-release",
# so we can use testpypi
"anki",
"aqt",
]
[tool.uv.sources]
anki-release = { index = "testpypi" }
anki = { index = "testpypi" }
aqt = { index = "testpypi" }
[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true