Skip to content

Commit

Permalink
doc: mention PEP 508 for valid project name
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
  • Loading branch information
3 people authored May 20, 2022
1 parent dbb20cf commit dea91b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ The `tool.poetry` section of the `pyproject.toml` file is composed of multiple s

The name of the package. **Required**

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


```toml
name = "my-package"
```
Expand Down

0 comments on commit dea91b7

Please # to comment.