Skip to content

Commit

Permalink
Fix dead setuptools links
Browse files Browse the repository at this point in the history
  • Loading branch information
James-E-A committed Oct 13, 2023
1 parent 41fa912 commit 31c337c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/cdef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ list of extra .c files compiled and linked together (the file
first argument to ``sources``). See the distutils documentations for
`more information about the other arguments`__.

.. __: http://docs.python.org/distutils/setupscript.html#library-options
.. _distutils: http://docs.python.org/distutils/setupscript.html#describing-extension-modules
.. _setuptools: https://pythonhosted.org/setuptools/setuptools.html
.. __: https://setuptools.pypa.io/en/stable/userguide/ext_modules.html#extension-api-reference
.. _distutils: https://setuptools.pypa.io/en/stable/userguide/ext_modules.html#building-extension-modules
.. _setuptools: https://setuptools.pypa.io/

An extra keyword argument processed internally is
``source_extension``, defaulting to ``".c"``. The file generated will
Expand Down

0 comments on commit 31c337c

Please sign in to comment.