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 Apr 26, 2022
1 parent 6df7ac3 commit 2feeafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tutorials/packaging-projects.rst
Original file line number Diff line number Diff line change
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 2feeafa

Please sign in to comment.