18 lines
339 B
TOML
18 lines
339 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = ["python-flit-core"]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "A lil' TOML writer"
|
|
homepage = "https://github.com/hukkin/tomli-w"
|
|
license = "MIT"
|
|
name = "python-tomli-w"
|
|
version = "1.2.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/hukkin/tomli-w.git#$version"
|