diff options
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/distutils_status_migration.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/reference/distutils_status_migration.rst b/doc/source/reference/distutils_status_migration.rst index f5f4dbb29..eda4790b5 100644 --- a/doc/source/reference/distutils_status_migration.rst +++ b/doc/source/reference/distutils_status_migration.rst @@ -32,7 +32,7 @@ recommend: If you have modest needs (only simple Cython/C extensions, and perhaps nested ``setup.py`` files) and have been happy with ``numpy.distutils`` so far, you can also consider switching to ``setuptools``. Note that most functionality of -``numpy.disutils`` is unlikely to be ported to ``setuptools``. +``numpy.distutils`` is unlikely to be ported to ``setuptools``. Moving to Meson @@ -111,8 +111,8 @@ For more details, see the .. _numpy-setuptools-interaction: -Interaction of ``numpy.disutils`` with ``setuptools`` ------------------------------------------------------ +Interaction of ``numpy.distutils`` with ``setuptools`` +------------------------------------------------------ It is recommended to use ``setuptools < 60.0``. Newer versions may work, but are not guaranteed to. The reason for this is that ``setuptools`` 60.0 enabled |