mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

- Handle beta/rc tags in .version when launching Anki - Update pyproject.toml/.python_version if distributed version newer - Support prerelease marker to opt in to betas - Check for updates when using uv sync - Avoid system Python by default, as it can cause breakages (e.g. ARM Python installed on Windows)
8 lines
158 B
TOML
8 lines
158 B
TOML
[project]
|
|
name = "anki-launcher"
|
|
version = "0.1.0"
|
|
description = "UV-based launcher for Anki."
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"anki-release",
|
|
]
|