From 398aa7494a6e5f588e2965d6a891a4c5a1785c27 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Thu, 5 Sep 2019 22:01:03 +0200 Subject: [PATCH] Remove mention of now-removed basedir setup option. --- INSTALL.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 60737bb8d511..1e8ad3647c37 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -112,13 +112,6 @@ file will be particularly useful to those packaging Matplotlib. .. _setup.cfg: https://raw.githubusercontent.com/matplotlib/matplotlib/master/setup.cfg.template -If you have installed prerequisites to nonstandard places and need to -inform Matplotlib where they are, edit ``setupext.py`` and add the base -dirs to the ``basedir`` dictionary entry for your ``sys.platform``; -e.g., if the header of some required library is in -``/some/path/include/someheader.h``, put ``/some/path`` in the -``basedir`` list for your platform. - .. _install_requirements: Dependencies