|
1 |
| -# Rename this file to setup.cfg to modify matplotlib's |
| 1 | +# Rename this file to setup.cfg to modify Matplotlib's |
2 | 2 | # build options.
|
3 | 3 |
|
4 | 4 | [egg_info]
|
|
9 | 9 | #basedirlist = /usr
|
10 | 10 |
|
11 | 11 | [test]
|
12 |
| -# If you plan to develop matplotlib and run or add to the test suite, |
| 12 | +# If you plan to develop Matplotlib and run or add to the test suite, |
13 | 13 | # set this to True. It will download and build a specific version of
|
14 | 14 | # FreeType, and then use that to build the ft2font extension. This
|
15 | 15 | # ensures that test images are exactly reproducible.
|
|
21 | 21 | #suppress = False
|
22 | 22 |
|
23 | 23 | [packages]
|
24 |
| -# There are a number of subpackages of matplotlib that are considered |
25 |
| -# optional. They are all installed by default, but they may be turned |
26 |
| -# off here. |
| 24 | +# There are a number of subpackages of Matplotlib that are considered |
| 25 | +# optional. All except tests are installed by default, but that can |
| 26 | +# be changed here. |
27 | 27 | #
|
28 |
| -#tests = True |
| 28 | +#tests = False |
29 | 29 | #sample_data = True
|
30 | 30 | #toolkits = True
|
31 | 31 | # Tests for the toolkits are only automatically installed
|
|
36 | 36 | # Matplotlib supports multiple GUI toolkits, including
|
37 | 37 | # GTK, MacOSX, Qt4, Qt5, Tk, and WX. Support for many of
|
38 | 38 | # these toolkits requires AGG, the Anti-Grain Geometry library,
|
39 |
| -# which is provided by matplotlib and built by default. |
| 39 | +# which is provided by Matplotlib and built by default. |
40 | 40 | #
|
41 | 41 | # Some backends are written in pure Python, and others require
|
42 |
| -# extension code to be compiled. By default, matplotlib checks for |
| 42 | +# extension code to be compiled. By default, Matplotlib checks for |
43 | 43 | # these GUI toolkits during installation and, if present, compiles the
|
44 | 44 | # required extensions to support the toolkit.
|
45 | 45 | #
|
|
0 commit comments