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

It's rarely updated, and the old approach resulted in a 'proper' aqt build only being done on a Mac.
17 lines
413 B
TOML
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"]
|