Skip to content

Commit 194584f

Browse files
committed
fix: more positive setuptools mention
1 parent ea22f35 commit 194584f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ should contain one of these build-system blocks:
108108

109109
.. tab:: Setuptools
110110

111-
This is the classic backend for building projects; large, slow, complex.
111+
This is the original backend for building projects, with C extension
112+
support and many plugins, like :ref:`setuptools-scm`.
112113

113114
.. code-block:: toml
114115
@@ -129,7 +130,7 @@ should contain one of these build-system blocks:
129130
130131
.. tab:: Hatchling
131132

132-
:ref:`hatch` has a more feature-rich build backend than flit, supporting
133+
:ref:`hatch` has a more feature-rich build backend than Flit, supporting
133134
SCM versioning and plugins.
134135

135136
.. code-block:: toml

0 commit comments

Comments
 (0)