Remove remaining setup.cfgs
This commit is contained in:
parent
d65f23857c
commit
5f7056d028
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue