From f616429a466eb8a3cc354f762650bc0288074675 Mon Sep 17 00:00:00 2001 From: Bruno Pagani Date: Tue, 22 Oct 2019 17:06:55 +0000 Subject: [PATCH 1/2] Fix wording in [packages] section of setup.cfg Nowadays, this is just about some data files, those from the tests (baseline images) and the sample ones. Tests files themselves are always installed since https://github.com/matplotlib/matplotlib/pull/14170. --- setup.cfg.template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.cfg.template b/setup.cfg.template index 45f448af4d93..53bb630ce554 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 are installed by default, +# but that can be changed here. #tests = False #sample_data = True From b84a9b52e46452516885cb885ff0c20ea82b023b Mon Sep 17 00:00:00 2001 From: Bruno Pagani Date: Tue, 22 Oct 2019 20:28:38 +0000 Subject: [PATCH 2/2] Clarify that 'tests' data are baseline images --- setup.cfg.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg.template b/setup.cfg.template index 53bb630ce554..868853967b3d 100644 --- a/setup.cfg.template +++ b/setup.cfg.template @@ -12,8 +12,8 @@ [packages] # There are a number of data subpackages from Matplotlib that are -# considered optional. All except tests data are installed by default, -# but that can be changed here. +# 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