Skip to content

Commit

Permalink
Fix sections in pyproject docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kinuax committed Jan 5, 2025
1 parent fc2faeb commit e5f65c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ license = { file = "LICENSE" }
A path to the README file or the content.

```toml
[tool.poetry]
# ...
readme = "README.md"
```

Expand Down Expand Up @@ -225,7 +223,7 @@ classifiers = [
The URLs of the project.

```toml
[tool.poetry.urls]
[project.urls]
homepage = "https://python-poetry.org/"
repository = "https://github.com/python-poetry/poetry"
documentation = "https://python-poetry.org/docs/"
Expand Down

0 comments on commit e5f65c2

Please sign in to comment.