Skip to content

Commit 2feeafa

Browse files
committed
chore: use setuptools 61, mark experimental
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 6df7ac3 commit 2feeafa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ should contain one of these build-system blocks:
109109
.. tab:: Setuptools
110110

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

114114
.. code-block:: toml
115115
116116
[build-system]
117-
requires = ["setuptools @ git+https://github.com/pypa/setuptools@experimental/support-pyproject"]
117+
requires = ["setuptools >=61.0"]
118118
build-backend = "setuptools.build_meta"
119119
120120
.. tab:: Flit

0 commit comments

Comments
 (0)