19 lines
467 B
TOML
19 lines
467 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = ["python-flit-core"]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Python library for creating editable wheels"
|
|
homepage = "https://github.com/pfmoore/editables"
|
|
license = "MIT"
|
|
name = "python-editables"
|
|
version = "0.5"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "1ff2663aa1669eb89115a38e2d4067c21bb847e7006f72bf979a1a91b8bc2304"
|
|
url = "https://github.com/pfmoore/editables/archive/refs/tags/$version.tar.gz"
|