Skip to content

Commit 00a42f5

Browse files
authored
docs: Link pyproject.toml to ext_modules
1 parent d198e86 commit 00a42f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/userguide/pyproject_config.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ file, and can be set via the ``tool.setuptools`` table:
9696
Key Value Type (TOML) Notes
9797
========================= =========================== =========================
9898
``py-modules`` array See tip below.
99-
``ext-modules`` array of **Experimental** - Each item corresponds to a
100-
tables/inline-tables :class:`setuptools.Extension` object and may define
101-
the associated parameters in :wiki:`kebab-case`.
99+
``ext-modules`` array of **Experimental**.
100+
tables/inline-tables See :doc:`/userguide/ext_modules`.
102101
``packages`` array or ``find`` directive See tip below.
103102
``package-dir`` table/inline-table Used when explicitly/manually listing ``packages``.
104103
------------------------- --------------------------- -------------------------

0 commit comments

Comments
 (0)