Skip to content

Commit d330281

Browse files
committed
Remove setup.py references from pip anatomy docs
1 parent de77de5 commit d330281

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/html/development/architecture/anatomy.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@ Repository anatomy & directory structure
1414
Root and tools
1515
==============
1616

17-
The ``README``, license, ``pyproject.toml``, ``setup.py``, and so on are in the top level.
17+
The ``README``, license, ``pyproject.toml``, and so on are in the top level.
1818

1919
* ``AUTHORS.txt``
2020
* ``LICENSE.txt``
2121
* ``MANIFEST.in``
2222
* ``NEWS.rst``
2323
* ``pyproject.toml``
2424
* ``README.rst``
25-
* ``setup.cfg``
26-
* ``setup.py``
2725
* ``noxfile.py`` -- ``pip`` uses Nox, an automation tool, configured by this file. ``noxfile.py`` describes a few environments ``pip`` uses during development for simplifying how tests are run (complicated situation there). Example: ``nox -s lint``, ``nox -s test-3.10``. We can run tests for different versions of Python by changing “3.10” to “3.7” or similar.
2826
* ``.gitattributes``
2927
* ``.gitignore``

0 commit comments

Comments
 (0)