Skip to content

Commit

Permalink
chore: use setuptools 61, mark experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Mar 25, 2022
1 parent 339df9f commit 114abec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tutorials/packaging-projects.rst
Expand Up @@ -109,12 +109,12 @@ should contain one of these build-system blocks:
.. tab:: Setuptools

This is the original backend for building projects, with C extension
support and many plugins, like :ref:`setuptools_scm`.
support and many plugins, like :ref:`setuptools_scm`. EXPERIMENTAL.

.. code-block:: toml
[build-system]
requires = ["setuptools @ git+https://github.com/pypa/setuptools@experimental/support-pyproject"]
requires = ["setuptools >=61.0"]
build-backend = "setuptools.build_meta"
.. tab:: Flit
Expand Down

0 comments on commit 114abec

Please sign in to comment.