Skip to content

Commit 78dd402

Browse files
committed
docs: clarify fields interpretation
1 parent 253b58b commit 78dd402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ The [metadata hook plugin](https://hatch.pypa.io/dev/plugins/metadata-hook/refer
9898
| Option | Type | Default | Description |
9999
|-------------------------------|-----------------|----------------|------------------------------------------------------------------------------------------------------------|
100100
| `path` | `str` | `package.json` | Relative path to the `package.json` file. |
101-
| `fields` | `list` of `str` | `None` | Optional list of fields to take from the generated metadata object. |
102-
| `contributors-as-maintainers` | `bool` | `True` | Whether contributors in `package.json` should be considered maintainers (otherwise, treat them as authors) |
101+
| `fields` | `list` of `str` | `None` | Optional list of `pyproject.toml` fields to take from their counterparts in `package.json`. |
102+
| `contributors-as-maintainers` | `bool` | `True` | Whether contributors in `package.json` should be considered maintainers (otherwise, treat them as authors).|
103103

104104

105105
## License

0 commit comments

Comments
 (0)