Skip to content

Commit 159d896

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents 78dd402 + 5a7ff38 commit 159d896

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
66

77
-----
8-
This provides a [version source plugin](https://hatch.pypa.io/latest/plugins/version-source/) for Hatch that reads/writes the package version from the `version` field of the NodeJS `package.json` file.
8+
This package provides two Hatch plugins:
9+
- [version source plugin](https://hatch.pypa.io/latest/plugins/version-source/) that reads/writes the package version from the `version` field of the NodeJS `package.json` file.
10+
- [metadata hook plugin](https://hatch.pypa.io/latest/plugins/metadata-hook/) that reads PEP 621 metadata from the NodeJS `package.json` file.
911

1012

1113
**Table of Contents**

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ requires-python = ">= 3.7"
1515
readme = "README.md"
1616
license = {text = "MIT"}
1717
classifiers = [
18-
"Framework :: Hatch"
18+
"Framework :: Hatch",
19+
"Programming Language :: Python :: 3.7",
20+
"Programming Language :: Python :: 3.8",
21+
"Programming Language :: Python :: 3.9",
22+
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
1924
]
2025
dynamic = ["version"]
2126

0 commit comments

Comments
 (0)