From e5f65c23ad2428d0e78294cd0fac3b6cf11eb11b Mon Sep 17 00:00:00 2001 From: Kinuax Date: Sun, 5 Jan 2025 20:55:57 +0100 Subject: [PATCH] Fix sections in pyproject docs --- docs/pyproject.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/pyproject.md b/docs/pyproject.md index 2377f68dd11..218f8419ea0 100644 --- a/docs/pyproject.md +++ b/docs/pyproject.md @@ -111,8 +111,6 @@ license = { file = "LICENSE" } A path to the README file or the content. ```toml -[tool.poetry] -# ... readme = "README.md" ``` @@ -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/"