Anki/qt/bundle/launcher/pyproject.toml
2025-06-19 13:39:46 +07:00

17 lines
352 B
TOML

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