Skip to content

Commit

Permalink
Merge pull request pypa#12537 from sbidoul/rm-setup.py
Browse files Browse the repository at this point in the history
Remove setup.py
  • Loading branch information
sbidoul authored Feb 26, 2024
2 parents f4a5439 + d330281 commit 0ad4c94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/html/development/architecture/anatomy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@ Repository anatomy & directory structure
Root and tools
==============

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

* ``AUTHORS.txt``
* ``LICENSE.txt``
* ``MANIFEST.in``
* ``NEWS.rst``
* ``pyproject.toml``
* ``README.rst``
* ``setup.cfg``
* ``setup.py``
* ``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.
* ``.gitattributes``
* ``.gitignore``
Expand Down
2 changes: 2 additions & 0 deletions news/12537.process.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Remove ``setup.py`` since all the pip project metadata is now declared in
``pyproject.toml``.
3 changes: 0 additions & 3 deletions setup.py

This file was deleted.

0 comments on commit 0ad4c94

Please sign in to comment.