Remove remaining setup.cfgs

This commit is contained in:
Philipp A 2022-08-19 16:25:40 +02:00 committed by GitHub
parent d65f23857c
commit 5f7056d028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -117,7 +117,6 @@ Here, your application root package resides in a sub-directory of your root:
.. code-block:: text .. code-block:: text
pyproject.toml pyproject.toml
setup.cfg
src/ src/
mypkg/ mypkg/
__init__.py __init__.py
@ -139,7 +138,6 @@ want to distribute them along with your application:
.. code-block:: text .. code-block:: text
pyproject.toml pyproject.toml
setup.cfg
mypkg/ mypkg/
__init__.py __init__.py
app.py app.py