We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea22f35 commit 194584fCopy full SHA for 194584f
source/tutorials/packaging-projects.rst
@@ -108,7 +108,8 @@ should contain one of these build-system blocks:
108
109
.. tab:: Setuptools
110
111
- This is the classic backend for building projects; large, slow, complex.
+ This is the original backend for building projects, with C extension
112
+ support and many plugins, like :ref:`setuptools-scm`.
113
114
.. code-block:: toml
115
@@ -129,7 +130,7 @@ should contain one of these build-system blocks:
129
130
131
.. tab:: Hatchling
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
134
SCM versioning and plugins.
135
136
0 commit comments