From a9ffb476c8b5c234c8ba3c1c8332ac6c4651604f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 15 Mar 2022 14:26:51 -0400 Subject: [PATCH] fix: more positive setuptools mention --- source/tutorials/packaging-projects.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/tutorials/packaging-projects.rst b/source/tutorials/packaging-projects.rst index 2da42c9674..b7ef7b06fc 100644 --- a/source/tutorials/packaging-projects.rst +++ b/source/tutorials/packaging-projects.rst @@ -108,7 +108,8 @@ should contain one of these build-system blocks: .. tab:: Setuptools - This is the classic backend for building projects; large, slow, complex. + This is the original backend for building projects, with C extension + support and many plugins, like :ref:`setuptools_scm`. .. code-block:: toml @@ -129,7 +130,7 @@ should contain one of these build-system blocks: .. tab:: Hatchling - :ref:`hatch` has a more feature-rich build backend than flit, supporting + :ref:`hatch` has a more feature-rich build backend than Flit, supporting SCM versioning and plugins. .. code-block:: toml