Skip to content

Commit 0ad4c94

Browse files
authored
Merge pull request #12537 from sbidoul/rm-setup.py
Remove setup.py
2 parents f4a5439 + d330281 commit 0ad4c94

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
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``

news/12537.process.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Remove ``setup.py`` since all the pip project metadata is now declared in
2+
``pyproject.toml``.

setup.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)