18 lines
437 B
TOML
18 lines
437 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "distribution-building parts of Flit"
|
|
homepage = "https://flit.pypa.io/en/stable/"
|
|
license = "BSD-3-Clause"
|
|
name = "python-flit-core"
|
|
version = "3.12.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "18f63100d6f94385c6ed57a72073443e1a71a4acb4339491615d0f16d6ff01b2"
|
|
url = "https://pypi.org/packages/source/f/flit-core/flit_core-$version.tar.gz"
|