22 lines
542 B
TOML
22 lines
542 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-flit-core",
|
|
"python-wheel",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Experimental type system extensions for programs checked with the mypy typechecker"
|
|
homepage = "http://www.mypy-lang.org/"
|
|
license = "MIT"
|
|
name = "python-mypy_extensions"
|
|
version = "1.1.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558"
|
|
url = "https://pypi.org/packages/source/m/mypy_extensions/mypy_extensions-$version.tar.gz"
|