Anki/qt/mac/pyproject.toml
Damien Elmes cd411927cc Split libankihelper into a separate module
It's rarely updated, and the old approach resulted in a 'proper' aqt
build only being done on a Mac.
2025-06-20 16:13:49 +07:00

17 lines
413 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "anki-mac-helper"
version = "0.1.0"
description = "Small support library for Anki on Macs"
requires-python = ">=3.9"
license = { text = "AGPL-3.0-or-later" }
authors = [
{ name = "Anki Team" },
]
urls = { Homepage = "https://github.com/ankitects/anki" }
[tool.hatch.build.targets.wheel]
packages = ["anki_mac_helper"]