Skip to content

Commit

Permalink
Make the example pyproject.toml valid toml so it doesn't crash docs b…
Browse files Browse the repository at this point in the history
…uilds. Closes #4118.
  • Loading branch information
jaraco committed Nov 18, 2023
1 parent 520336e commit f2a45e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/userguide/ext_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ your ``pyproject.toml``:
.. code-block:: toml
[build-system]
requires = [..., "cython"]
requires = [
# ...,
"cython",
]
Alternatively, you can include the ``.c`` code that is pre-compiled by Cython
into your source distribution, alongside the original ``.pyx`` files (this
Expand Down

0 comments on commit f2a45e8

Please sign in to comment.