Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f616429

Browse files
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 #14170.
1 parent 6cd7419 commit f616429

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

setup.cfg.template

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
#local_freetype = False
1212

1313
[packages]
14-
# There are a number of subpackages of Matplotlib that are considered
15-
# optional. All except tests are installed by default, but that can
16-
# be changed here.
17-
#
14+
# There are a number of data subpackages from Matplotlib that are
15+
# considered optional. All except tests data are installed by default,
16+
# but that can be changed here.
1817
#tests = False
1918
#sample_data = True
2019

0 commit comments

Comments
 (0)