Skip to content

Commit

Permalink
Merge pull request #2415 from alvyjudy/master
Browse files Browse the repository at this point in the history
Link to build_meta documentation
  • Loading branch information
jaraco authored Oct 17, 2020
2 parents 1ba802d + 23f874c commit 82d9975
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/userguide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ packages.
Packages built and distributed using ``setuptools`` look to the user like
ordinary Python packages based on the ``distutils``.

Transition to PEP517
====================

Since setuptools no longer serves as the default build tool, one must explicitly
opt in (by providing a :file:`pyproject.toml` file) to use this library. The user
facing part is provided by tools such as pip and
backend interface is described :doc:`in this document <../build_meta>`. The
quickstart provides an overview of the new workflow.

.. toctree::
:maxdepth: 1

Expand Down

0 comments on commit 82d9975

Please sign in to comment.