mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
17 lines
352 B
TOML
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
|