Skip to content

Commit

Permalink
fix: more positive setuptools mention
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Mar 15, 2022
1 parent ea22f35 commit a9ffb47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/tutorials/packaging-projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a9ffb47

Please sign in to comment.