Skip to content

Commit dea91b7

Browse files
gunungpwSecrusneersighted
authored
doc: mention PEP 508 for valid project name
Co-authored-by: Bartosz Sokorski <[email protected]> Co-authored-by: Bjorn Neergaard <[email protected]>
1 parent dbb20cf commit dea91b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/pyproject.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ The `tool.poetry` section of the `pyproject.toml` file is composed of multiple s
1717

1818
The name of the package. **Required**
1919

20+
This should be a valid name as defined by [PEP 508](https://peps.python.org/pep-0508/#names).
21+
22+
2023
```toml
2124
name = "my-package"
2225
```

0 commit comments

Comments
 (0)