Files
packages/extra/python-idna/python-idna.toml
T
2026-03-21 12:43:00 -05:00

18 lines
368 B
TOML

[build]
type = "python"
[dependencies]
build = ["python-flit-core"]
runtime = ["python"]
[package]
description = "Internationalized Domain Names in Applications (IDNA)"
homepage = "https://github.com/kjd/idna"
license = "BSD-3-Clause"
name = "python-idna"
version = "3.11"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/kjd/idna.git#v$version"