Skip to content

Commit 0c926aa

Browse files
committed
docs: add missing metadata docs
1 parent 67e5861 commit 0c926aa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,12 @@ The [metadata hook plugin](https://hatch.pypa.io/dev/plugins/metadata-hook/refer
9595

9696
### Metadata hook options
9797

98-
| Option | Type | Default | Description |
99-
|----------|-----------------|---------|---------------------------------------------------------------------|
100-
| `fields` | `list` of `str` | None | Optional list of fields to take from the generated metadata object. |
98+
| Option | Type | Default | Description |
99+
|-------------------------------|-----------------|----------------|------------------------------------------------------------------------------------------------------------|
100+
| `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) |
103+
101104

102105
## License
103106

0 commit comments

Comments
 (0)