Skip to content

Commit ba63d5e

Browse files
authored
Documentation update to mention that project.name config is always required
1 parent 781b4c2 commit ba63d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pyproject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The `project` section of the `pyproject.toml` file according to the
2828

2929
### name
3030

31-
The name of the package. **Required in package mode**
31+
The name of the package. **Always required when the `project` section is specified**
3232

3333
This should be a valid name as defined by [PEP 508](https://peps.python.org/pep-0508/#names).
3434

0 commit comments

Comments
 (0)