From 4df0418697c646ccebf364246aa303a58ab70ad8 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Tue, 22 Oct 2019 23:26:37 +0200 Subject: [PATCH] Backport PR #15480: Fix wording in [packages] section of setup.cfg --- setup.cfg.template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.cfg.template b/setup.cfg.template index ab2fa6ff0531..da03b60b0454 100644 --- a/setup.cfg.template +++ b/setup.cfg.template @@ -11,10 +11,9 @@ #local_freetype = False [packages] -# There are a number of subpackages of Matplotlib that are considered -# optional. All except tests are installed by default, but that can -# be changed here. -# +# There are a number of data subpackages from Matplotlib that are +# considered optional. All except 'tests' data (meaning the baseline +# image files) are installed by default, but that can be changed here. #tests = False #sample_data = True