From a174097a535465a604a4ad037539a896231128a8 Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Fri, 31 Oct 2025 18:25:37 +0100 Subject: [PATCH] Setup.py is now an optional file. --- doc/source/packaging/structure.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/packaging/structure.rst b/doc/source/packaging/structure.rst index 88fcc43a0..160648366 100644 --- a/doc/source/packaging/structure.rst +++ b/doc/source/packaging/structure.rst @@ -307,6 +307,9 @@ for build-system backend tools commonly used in the Python ecosystem: .. include:: code/pyproject_code.rst +Optional files +============== + The ``setup.py`` file ---------------------