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