From 5f7056d028d79f72ea248a1857cdcbae39979067 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Fri, 19 Aug 2022 16:25:40 +0200 Subject: [PATCH] Remove remaining setup.cfgs --- doc/en/explanation/goodpractices.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/en/explanation/goodpractices.rst b/doc/en/explanation/goodpractices.rst index f9a62e0cc..9901c4f0d 100644 --- a/doc/en/explanation/goodpractices.rst +++ b/doc/en/explanation/goodpractices.rst @@ -117,7 +117,6 @@ Here, your application root package resides in a sub-directory of your root: .. code-block:: text pyproject.toml - setup.cfg src/ mypkg/ __init__.py @@ -139,7 +138,6 @@ want to distribute them along with your application: .. code-block:: text pyproject.toml - setup.cfg mypkg/ __init__.py app.py