Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user