18 lines
368 B
TOML
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"
|