21 lines
548 B
TOML
21 lines
548 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"python",
|
|
"python-hatchling",
|
|
]
|
|
|
|
[package]
|
|
description = "Hatch plugin for versioning from a package.json file"
|
|
homepage = "https://github.com/agoose77/hatch-nodejs-version"
|
|
license = "MIT"
|
|
name = "python-hatch-nodejs-version"
|
|
version = "0.4.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "2428ea398dd053f019d2b7ac949dd6b690ca8e826b6d433ad13c5b6c475ae91b"
|
|
url = "https://github.com/jupyterlab/hatch-nodejs-version/releases/download/v$version/hatch_nodejs_version-$version.tar.gz"
|